diff options
Diffstat (limited to 'haskell/run-bindtests')
-rwxr-xr-x | haskell/run-bindtests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/run-bindtests b/haskell/run-bindtests index f9ea4347..7b45145b 100755 --- a/haskell/run-bindtests +++ b/haskell/run-bindtests @@ -19,4 +19,4 @@ set -e ./Bindtests > bindtests.tmp -diff -u ../bindtests bindtests.tmp +diff -u ${srcdir}/../bindtests bindtests.tmp |