Commit 26c7f120 authored by Martin Pool's avatar Martin Pool

Try to get test scripts to run properly.

parent 5b7be6ee
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment