summaryrefslogtreecommitdiffstats
path: root/regressions
diff options
context:
space:
mode:
authorRichard Jones <rjones@centos5x32.home.annexia.org>2009-07-07 19:39:58 +0100
committerRichard Jones <rjones@centos5x32.home.annexia.org>2009-07-07 19:39:58 +0100
commitb095858eb232039230c528b1d720670efad891c2 (patch)
tree6002ee5b33e8f3edf4920a03014df8ce4563ff4a /regressions
parentbee76c62d0c1d481cc856c15337ed705e00246ed (diff)
downloadlibguestfs-b095858eb232039230c528b1d720670efad891c2.tar.gz
libguestfs-b095858eb232039230c528b1d720670efad891c2.tar.xz
libguestfs-b095858eb232039230c528b1d720670efad891c2.zip
RHEL 5: Mount squashfs with explicit type.
Diffstat (limited to 'regressions')
-rwxr-xr-xregressions/test-cancellation-download-librarycancels.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regressions/test-cancellation-download-librarycancels.sh b/regressions/test-cancellation-download-librarycancels.sh
index 2cacdd35..9db12484 100755
--- a/regressions/test-cancellation-download-librarycancels.sh
+++ b/regressions/test-cancellation-download-librarycancels.sh
@@ -28,7 +28,7 @@ rm -f test.img
add ../images/test.sqsh
run
-mount /dev/sda /
+mount-vfs ro squashfs /dev/sda /
# Download a file to /dev/full.
echo "Expect: write: /dev/full: No space left on device"