From bc888e05da803d80f880339150deb609958693c0 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 17 Aug 2001 00:58:21 +0000 Subject: [PATCH] Find the right directory to run the test components. --- testsuite/master.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/master.test b/testsuite/master.test index ab7391dd..5356d22c 100755 --- a/testsuite/master.test +++ b/testsuite/master.test @@ -21,11 +21,11 @@ missing=0 passed=0 failed=0 -cd "$testdir" +testsrcdir="`pwd`" for testbase in $test_names do - testscript="$testdir/$testbase.test" + testscript="$testsrcdir/$testbase.test" if test \! -f "$testscript" then echo "$testscript does not exist" >&2 -- 2.34.1