diff options
author | Richard Jones <rjones@centos5x32.home.annexia.org> | 2009-07-07 19:39:58 +0100 |
---|---|---|
committer | Richard Jones <rjones@centos5x32.home.annexia.org> | 2009-07-07 19:39:58 +0100 |
commit | b095858eb232039230c528b1d720670efad891c2 (patch) | |
tree | 6002ee5b33e8f3edf4920a03014df8ce4563ff4a /regressions | |
parent | bee76c62d0c1d481cc856c15337ed705e00246ed (diff) | |
download | libguestfs-b095858eb232039230c528b1d720670efad891c2.tar.gz libguestfs-b095858eb232039230c528b1d720670efad891c2.tar.xz libguestfs-b095858eb232039230c528b1d720670efad891c2.zip |
RHEL 5: Mount squashfs with explicit type.
Diffstat (limited to 'regressions')
-rwxr-xr-x | regressions/test-cancellation-download-librarycancels.sh | 2 |
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" |