From: Richard Jones Date: Thu, 23 Jul 2009 11:45:12 +0000 (+0100) Subject: RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type explicitly. X-Git-Tag: 1.0.65~26 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=9af502eff08017941a58ad676d0cbb867f83a341;hp=9c32abcbf6d5c3350e8e3ec4ab6cb4a8c4d1392f RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type explicitly. --- diff --git a/regressions/test-read_file.sh b/regressions/test-read_file.sh index 33759b8..5840da3 100755 --- a/regressions/test-read_file.sh +++ b/regressions/test-read_file.sh @@ -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