summaryrefslogtreecommitdiff
path: root/test/scripts/2600-SQLite
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-28 15:24:21 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-28 15:24:21 +0100
commit3d0472791a0928963a3f8184fe28479e80d1a47d (patch)
tree0cbb1ccab503d1ff3e4fd7438dbcfcbc16a98dfe /test/scripts/2600-SQLite
parent8b138ff95dfb4cfcfc2313a94632d0a7320f37fe (diff)
Sqlite: fix segfault on bad/missing sqlite_dbfile. Bug 2606
Diffstat (limited to 'test/scripts/2600-SQLite')
-rw-r--r--test/scripts/2600-SQLite/26006
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scripts/2600-SQLite/2600 b/test/scripts/2600-SQLite/2600
index d7e4d69d8..a11d46ef1 100644
--- a/test/scripts/2600-SQLite/2600
+++ b/test/scripts/2600-SQLite/2600
@@ -43,3 +43,9 @@ ${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';}}
****
+exim -DDATA=nonabsolute_filename -d-all+lookup -be
+${lookup sqlite{select name from them where id='userx';}}
+****
+exim -DDATA=DIR/missingfile -d-all+lookup -be
+${lookup sqlite{select name from them where id='userx';}}
+****