Sqlite: new main option sqlite_dbfile
[exim.git] / test / scripts / 2600-SQLite / 2600
index f388b1ac110f0b968cae568319bbad7c42e77c68..2a557a46ac2e6ebb2a02a4ef0b3e1177118001dc 100644 (file)
@@ -30,3 +30,8 @@ Test message
 exim -d-all+lookup -be
 ${lookup sqlite{DIR/aux-fixed/sqlitedb select name from them where id='userx';}}
 ****
+#
+#
+exim -DDATA=DIR/aux-fixed/sqlitedb -d-all+lookup -be
+${lookup sqlite{select name from them where id='userx';}}
+****