summaryrefslogtreecommitdiffstats
path: root/fish/test-upload-to-dir.sh
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-22 12:15:06 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-22 15:48:11 +0000
commitcd077b8229731e292798f34dd56892cbfa6f1e0e (patch)
treed7c2fb6e9d8c34b8f73152c297f243eee74dc450 /fish/test-upload-to-dir.sh
parentc649817586e5b4df53b251d1290422f5ef046045 (diff)
downloadlibguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.gz
libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.xz
libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.zip
tests: Split images -> tests/data + tests/guests
Diffstat (limited to 'fish/test-upload-to-dir.sh')
-rwxr-xr-xfish/test-upload-to-dir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/test-upload-to-dir.sh b/fish/test-upload-to-dir.sh
index 41ce5e5a..1ef24a01 100755
--- a/fish/test-upload-to-dir.sh
+++ b/fish/test-upload-to-dir.sh
@@ -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