From: Martin Pool Date: Fri, 17 Aug 2001 00:51:20 +0000 (+0000) Subject: Try to get test scripts to run properly. X-Git-Tag: mbp_bk_export0~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26c7f120e6452c7043475ece3bcc8380c57fe421;p=thirdparty%2Frsync.git Try to get test scripts to run properly. --- diff --git a/testsuite/master.test b/testsuite/master.test index 088b6f2f..ab7391dd 100755 --- a/testsuite/master.test +++ b/testsuite/master.test @@ -25,7 +25,7 @@ cd "$testdir" for testbase in $test_names do - testscript="$testbase.test" + testscript="$testdir/$testbase.test" if test \! -f "$testscript" then echo "$testscript does not exist" >&2