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