test-tool: Add a 'run-test-tool-locally' script.
[libguestfs.git] / regressions / test-cancellation-upload-daemoncancels.sh
index 296d368..6c65ef1 100755 (executable)
@@ -30,11 +30,10 @@ run
 
 part-disk /dev/sda mbr
 mkfs ext2 /dev/sda1
-mount /dev/sda1 /
+mount-options "" /dev/sda1 /
 
 # Upload image, daemon should cancel because the image is too large
 # to upload into itself.
-echo "Expect: write: /test: No space left on device"
 -upload test.img /test
 
 ping-daemon