diff options
Diffstat (limited to 'python')
-rwxr-xr-x | python/run-bindtests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/run-bindtests b/python/run-bindtests index 0299ff1b..1a8ba766 100755 --- a/python/run-bindtests +++ b/python/run-bindtests @@ -18,5 +18,5 @@ set -e -$PYTHON ${srcdir}/bindtests.py > bindtests.tmp -diff -u ${srcdir}/../bindtests bindtests.tmp +$PYTHON $srcdir/bindtests.py > bindtests.tmp +diff -u $srcdir/../bindtests bindtests.tmp |