aboutsummaryrefslogtreecommitdiff
path: root/tester.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-13 12:00:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-13 12:00:30 +0200
commita906ffae1092f03c992b457e39fe25ab63d28c2a (patch)
treeded28c3664bc724b564193e746ae132f79316c78 /tester.in
parent1945a7ee2d64fffd19a839bbeb619cba2d287837 (diff)
Only look for SQL files in test*.sql form instead of *.sql
Diffstat (limited to 'tester.in')
-rwxr-xr-xtester.in2
1 files changed, 1 insertions, 1 deletions
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