tests: Found three more references to the squashfs, replaced with ISO.
[libguestfs.git] / regressions / test-cancellation-download-librarycancels.sh
index 9db1248..73c5469 100755 (executable)
 
 # 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"