summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/regress.sh2
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 ... "