X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Ftest-read_file.sh;h=c6e415801a6b3c03425c32bcf22aac132b3d6047;hb=11ebf214987a2e97de31313b49d0320cceb78275;hp=cd016e30765db441cf79658d52577920be26a005;hpb=498758faee6be7e989869bf7feba5e1026a1bb65;p=libguestfs.git diff --git a/fish/test-read_file.sh b/fish/test-read_file.sh index cd016e3..c6e4158 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