diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/regress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ... " |