X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=regressions%2Ftest-guestfish-a.sh;h=064b26845543f78e64eb7d419e477a0a822699c8;hp=887d1aaea9cf88d8837af0b670a2f042daf7c17a;hb=6f84ef6768e9c625d67f7eb015277b0ec1b2c2af;hpb=0c1d3c02a8147617ee0646e37d011235abdd2c22 diff --git a/regressions/test-guestfish-a.sh b/regressions/test-guestfish-a.sh index 887d1aa..064b268 100755 --- a/regressions/test-guestfish-a.sh +++ b/regressions/test-guestfish-a.sh @@ -24,22 +24,22 @@ rm -f test.out ../fish/guestfish -x -a /dev/null test.out 2>&1 -! grep -sq '^add_drive.*format' test.out +! grep -sq 'add_drive.*format' test.out ../fish/guestfish -x --format=qcow2 -a /dev/null test.out 2>&1 -grep -sq '^add_drive.*format:qcow2' test.out +grep -sq 'add_drive.*format:qcow2' test.out ../fish/guestfish -x --ro --format=qcow2 -a /dev/null test.out 2>&1 -grep -sq '^add_drive.*readonly:true.*format:qcow2' test.out +grep -sq 'add_drive.*readonly:true.*format:qcow2' test.out ../fish/guestfish -x --format -a /dev/null test.out 2>&1 -! grep -sq '^add_drive.*format' test.out +! grep -sq 'add_drive.*format' test.out ../fish/guestfish -x -a /dev/null --format=qcow2 test.out 2>&1 -! grep -sq '^add_drive.*format' test.out +! grep -sq 'add_drive.*format' test.out rm -f test.out