From cd077b8229731e292798f34dd56892cbfa6f1e0e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 22 Dec 2011 12:15:06 +0000 Subject: tests: Split images -> tests/data + tests/guests --- fish/test-upload-to-dir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish/test-upload-to-dir.sh') 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 -- cgit