]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Try to get test scripts to run properly.
authorMartin Pool <mbp@samba.org>
Fri, 17 Aug 2001 00:51:20 +0000 (00:51 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 17 Aug 2001 00:51:20 +0000 (00:51 +0000)
testsuite/master.test

index 088b6f2f1edc9fbdc4189249aa8786a7fd8d358b..ab7391dd03579ab81a307d51b0b8a36730755d0f 100755 (executable)
@@ -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