From 3a754cc88fca72db8bb2f8e6c83df13491f25ff0 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Mon, 23 Jan 2012 09:48:37 +0000 Subject: gobject: Run bindtests from srcdir. --- gobject/run-bindtests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gobject/run-bindtests b/gobject/run-bindtests index 48578cf1..55c489cf 100755 --- a/gobject/run-bindtests +++ b/gobject/run-bindtests @@ -23,6 +23,6 @@ if [ -z "$GJS" ]; then exit 0 fi -../run $GJS bindtests.js > bindtests.tmp +../run $GJS $srcdir/bindtests.js > bindtests.tmp diff -u ${srcdir}/../bindtests bindtests.tmp -../run $GJS bindtests-manual.js 2>/dev/null +../run $GJS $srcdir/bindtests-manual.js 2>/dev/null -- cgit