fish: Add $srcdir in several places where test files exist in the source directory.

This commit is contained in:
Richard W.M. Jones
2013-04-25 13:33:46 +01:00
parent 7af69445f2
commit a9c81f1919
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ rm -rf original copy
mkdir original
cp $srcdir/../tests/data/known* original
cp -P $srcdir/../tests/data/abssymlink* original
cp -P ../tests/data/abssymlink* original
output=$(
./guestfish -N fs -m /dev/sda1 <<EOF

View File

@@ -29,6 +29,6 @@ mount-ro /dev/sda /
read-file /helloworld.tar
EOF
cmp ../tests/data/helloworld.tar test.out
cmp $srcdir/../tests/data/helloworld.tar test.out
rm -f test.out