From e7ea6d06ab4f203c8acb95f9df72ee0035d76941 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Thu, 20 Oct 2011 14:20:56 +0200 Subject: out-of-tree build: fixed bindtests and inspector --- python/run-bindtests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/run-bindtests b/python/run-bindtests index 17448c3b..08a24e6f 100755 --- a/python/run-bindtests +++ b/python/run-bindtests @@ -18,5 +18,5 @@ set -e -python bindtests.py > bindtests.tmp -diff -u ../bindtests bindtests.tmp +python ${srcdir}/bindtests.py > bindtests.tmp +diff -u ${srcdir}/../bindtests bindtests.tmp -- cgit