diff options
Diffstat (limited to 'tests/szcomp.sh')
-rwxr-xr-x | tests/szcomp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/szcomp.sh b/tests/szcomp.sh index 6335835..e9a3095 100755 --- a/tests/szcomp.sh +++ b/tests/szcomp.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -testfile=121B2TestData/ExtendedParameters/sar32bit.dat +testfile=${srcdir}/data/121B2TestData/ExtendedParameters/sar32bit.dat if [ ! -f $testfile ]; then echo "ERROR: sample data not found." exit -1 |