git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Taint: fix verify. Bug 2598
[exim.git]
/
test
/
scripts
/
2600-SQLite
/
2600
diff --git
a/test/scripts/2600-SQLite/2600
b/test/scripts/2600-SQLite/2600
index f388b1ac110f0b968cae568319bbad7c42e77c68..2a557a46ac2e6ebb2a02a4ef0b3e1177118001dc 100644
(file)
--- a/
test/scripts/2600-SQLite/2600
+++ b/
test/scripts/2600-SQLite/2600
@@
-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 -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';}}
+****