X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Ftest-cancellation-download-librarycancels.sh;h=73c5469fc4f383db6f72335bd4286d04cec803f5;hb=78e2a30b90621e417b8677868092bc6426d7b097;hp=9db12484215c89db97de03a1eb1ac745dfa47a14;hpb=b095858eb232039230c528b1d720670efad891c2;p=libguestfs.git diff --git a/regressions/test-cancellation-download-librarycancels.sh b/regressions/test-cancellation-download-librarycancels.sh index 9db1248..73c5469 100755 --- a/regressions/test-cancellation-download-librarycancels.sh +++ b/regressions/test-cancellation-download-librarycancels.sh @@ -18,17 +18,17 @@ # Test download where the library cancels. # -# +# set -e rm -f test.img ../fish/guestfish <<'EOF' -add ../images/test.sqsh +add ../images/test.iso run -mount-vfs ro squashfs /dev/sda / +mount-ro /dev/sda / # Download a file to /dev/full. echo "Expect: write: /dev/full: No space left on device"