Browse Source

fix path in regress

Quentin Carbonneaux 9 years ago
parent
commit
2f2d99e63f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/regress.sh

+ 1 - 1
tools/regress.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 #!/bin/sh
 
 
-for t in test/*
+for t in ../test/*
 do
 do
 	printf "Test $t ... "
 	printf "Test $t ... "