tests: Found three more references to the squashfs, replaced with ISO.
[libguestfs.git] / regressions / test-read_file.sh
index 5840da3..3b9c6ef 100755 (executable)
@@ -23,9 +23,9 @@ set -e
 rm -f test.out
 
 ../fish/guestfish <<'EOF' > test.out
-add-ro ../images/test.sqsh
+add-ro ../images/test.iso
 run
-mount-vfs ro squashfs /dev/sda /
+mount-ro /dev/sda /
 read-file /helloworld.tar
 EOF