From a906ffae1092f03c992b457e39fe25ab63d28c2a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Sep 2012 12:00:30 +0200 Subject: Only look for SQL files in test*.sql form instead of *.sql --- tester.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tester.in') diff --git a/tester.in b/tester.in index 84b77ad..2fa3caf 100755 --- a/tester.in +++ b/tester.in @@ -11,7 +11,7 @@ # Globbing returns files in alphabetic order. # -for f in `echo *.sql`; do +for f in `echo test*.sql`; do if test -f $f; then $top_builddir/db-driver $f -- cgit v1.1