fish: mount can be used instead of mount-options with libguestfs >= 1.14
[libguestfs.git] / fish / test-upload-to-dir.sh
index 41ce5e5..1ef24a0 100755 (executable)
@@ -24,7 +24,7 @@ set -e
 
 rm -f test1.img test.out
 
-if ../fish/guestfish -N fs -m /dev/sda1 upload ../images/test.iso / 2>test.out
+if ../fish/guestfish -N fs -m /dev/sda1 upload ../tests/data/test.iso / 2>test.out
 then
   echo "$0: expecting guestfish to return an error"
   exit 1