Use mount-options instead of mount to avoid implicit -o sync.
[libguestfs.git] / regressions / test-cancellation-upload-daemoncancels.sh
index 296d368..4962c25 100755 (executable)
@@ -30,7 +30,7 @@ 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.