RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type explicitly.
[libguestfs.git] / regressions / test-read_file.sh
index 33759b8..5840da3 100755 (executable)
@@ -25,7 +25,7 @@ rm -f test.out
 ../fish/guestfish <<'EOF' > test.out
 add-ro ../images/test.sqsh
 run
-mount /dev/sda /
+mount-vfs ro squashfs /dev/sda /
 read-file /helloworld.tar
 EOF