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 088b6f2..ab7391d 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