aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-17 16:18:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 16:18:38 +0200
commit6e923a00dabf34a4c8506fd8410eee1c378a773d (patch)
tree797dcb4744e84feac53f906181be1626cf31cf73
parent5252d64f56cfdf629ee7bc0986ae39242f314ef9 (diff)
Fix bug in autotools tester script2.3.0.b1
-rwxr-xr-xtester.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester.in b/tester.in
index 1aae169..9b48182 100755
--- a/tester.in
+++ b/tester.in
@@ -24,5 +24,5 @@ for f in `echo *.sql`; do
fi
done
-echo ./driver --options-file "db_options"
-./driver --options-file "db_options"
+echo ./driver --options-file "$db_options"
+./driver --options-file "$db_options"