RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type explicitly.
authorRichard Jones <rjones@trick.home.annexia.org>
Thu, 23 Jul 2009 11:45:12 +0000 (12:45 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Thu, 23 Jul 2009 11:45:12 +0000 (12:45 +0100)
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
 ../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
 
 read-file /helloworld.tar
 EOF