X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2Ftest-add-domain.sh;h=7616c38585cd80def08bc58ce6a7d013a12530fb;hp=ea6d3883804599aff2c42b34084e2c3bc4a360f7;hb=b893294dcc948d4b41318a400fc4235a190d306b;hpb=163f7df8452f5d7eb47039a98cd97d498528e4d5 diff --git a/regressions/test-add-domain.sh b/regressions/test-add-domain.sh index ea6d388..7616c38 100755 --- a/regressions/test-add-domain.sh +++ b/regressions/test-add-domain.sh @@ -20,11 +20,11 @@ set -e -rm -f test1.img test2.img test3.img test.xml test.out +rm -f test1.img test2.img test3.img test4.img test.xml test.out cwd="$(pwd)" -truncate -s 1M test1.img test2.img test3.img +truncate -s 1M test1.img test2.img test3.img test4.img # Libvirt test XML, see libvirt.git/examples/xml/test/testnode.xml cat > test.xml < test.xml < + + + + + + @@ -65,6 +71,16 @@ grep -sq "test1.img.*snapshot=on" test.out grep -sq "test2.img.*snapshot=on.*format=raw" test.out grep -sq "test3.img.*snapshot=on.*format=qcow2" test.out +# Test readonlydisk = "ignore". +../fish/guestfish >test.out <