aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 057b132..2e3922f 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -10,7 +10,7 @@ VARNISHVERSION=@VARNISHVERSION@
: ${DBRW_TEST_DBTYPE=@DBRW_TEST_DBTYPE@}
: ${DBRW_TEST_PARAMS=@DBRW_TEST_PARAMS@}
: ${DBRW_TEST_SERVER=@DBRW_TEST_SERVER@}
-: ${DBRW_TEST_NAME=@DBRW_TEST_NAME@}
+: ${DBRW_TEST_DATABASE=@DBRW_TEST_DATABASE@}
: ${DBRW_TEST_USER=@DBRW_TEST_USER@}
: ${DBRW_TEST_PASS=@DBRW_TEST_PASS@}
: ${DBRW_TEST_DEBUG=@DBRW_TEST_DEBUG@}
@@ -18,8 +18,8 @@ VARNISHVERSION=@VARNISHVERSION@
if [ -n "$DBRW_TEST_SERVER" ]; then
DBRW_TEST_PARAMS="$DBRW_TEST_PARAMS;server=$DBRW_TEST_SERVER"
fi
-if [ -n "$DBRW_TEST_NAME" ]; then
- DBRW_TEST_PARAMS="$DBRW_TEST_PARAMS;database=$DBRW_TEST_NAME"
+if [ -n "$DBRW_TEST_DATABASE" ]; then
+ DBRW_TEST_PARAMS="$DBRW_TEST_PARAMS;database=$DBRW_TEST_DATABASE"
fi
if [ -n "$DBRW_TEST_USER" ]; then
DBRW_TEST_PARAMS="$DBRW_TEST_PARAMS;user=$DBRW_TEST_USER"

Return to:

Send suggestions and report system problems to the System administrator.