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-read_file.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fish/test-read_file.sh') diff --git a/fish/test-read_file.sh b/fish/test-read_file.sh index cd016e30..c6e41580 100755 --- a/fish/test-read_file.sh +++ b/fish/test-read_file.sh @@ -23,12 +23,12 @@ set -e rm -f test.out ../fish/guestfish <<'EOF' > test.out -add-ro ../images/test.iso +add-ro ../tests/data/test.iso run mount-ro /dev/sda / read-file /helloworld.tar EOF -cmp ../images/helloworld.tar test.out +cmp ../tests/data/helloworld.tar test.out rm -f test.out \ No newline at end of file -- cgit