From 2f2d99e63f7b200958ae846edaa656ce914993bf Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sun, 27 Mar 2016 18:26:14 -0400 Subject: fix path in regress --- tools/regress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ... " -- cgit 1.4.1