From: Alan T. DeKok Date: Fri, 19 Jun 2015 20:41:57 +0000 (-0400) Subject: Put the DB into the sql_sqlite subdirectory X-Git-Tag: release_3_0_9~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c551637067393a4da0f857a6dbd6854740fd45;p=thirdparty%2Ffreeradius-server.git Put the DB into the sql_sqlite subdirectory --- diff --git a/src/tests/modules/sql_sqlite/module.conf b/src/tests/modules/sql_sqlite/module.conf index 47eb6ff2e64..2dbeb570b7d 100644 --- a/src/tests/modules/sql_sqlite/module.conf +++ b/src/tests/modules/sql_sqlite/module.conf @@ -3,7 +3,7 @@ sql { dialect = "sqlite" sqlite { # Path to the sqlite database - filename = "$ENV{MODULE_TEST_DIR}/rlm_sql_sqlite.db" + filename = "$ENV{MODULE_TEST_DIR}/sql_sqlite/rlm_sql_sqlite.db" # If the file above does not exist and bootstrap is set # a new database file will be created, and the SQL statements