diff --git a/tools/regress.sh b/tools/regress.sh index 4106b00..5aaea35 100755 --- a/tools/regress.sh +++ b/tools/regress.sh @@ -1,6 +1,6 @@ #!/bin/sh -for t in test/* +for t in ../test/* do printf "Test $t ... "