summaryrefslogtreecommitdiffstats
path: root/regressions/test-cancellation-download-librarycancels.sh
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-08-19 21:37:56 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-08-19 21:37:56 +0100
commit0c92c583d5291e1a3a966b36f107bf48e4bfad93 (patch)
tree35604ccc8bb1a0431181241c54de81270c5b925d /regressions/test-cancellation-download-librarycancels.sh
parentb4acbdbfa1b29c23df2ea6bcc093a118843d3381 (diff)
downloadlibguestfs-0c92c583d5291e1a3a966b36f107bf48e4bfad93.tar.gz
libguestfs-0c92c583d5291e1a3a966b36f107bf48e4bfad93.tar.xz
libguestfs-0c92c583d5291e1a3a966b36f107bf48e4bfad93.zip
tests: Found three more references to the squashfs, replaced with ISO.
Diffstat (limited to 'regressions/test-cancellation-download-librarycancels.sh')
-rwxr-xr-xregressions/test-cancellation-download-librarycancels.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regressions/test-cancellation-download-librarycancels.sh b/regressions/test-cancellation-download-librarycancels.sh
index b0d78c96..73c5469f 100755
--- a/regressions/test-cancellation-download-librarycancels.sh
+++ b/regressions/test-cancellation-download-librarycancels.sh
@@ -25,10 +25,10 @@ set -e
rm -f test.img
../fish/guestfish <<'EOF'
-add ../images/test.sqsh
+add ../images/test.iso
run
-mount-vfs ro squashfs /dev/sda /
+mount-ro /dev/sda /
# Download a file to /dev/full.
echo "Expect: write: /dev/full: No space left on device"