X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b8514d1960e259d49ab2c84c89eba52ab993da3f..b9ecb570888756a645781505fbcd1b70c93216a5:/test/scripts/2600-SQLite/2600 diff --git a/test/scripts/2600-SQLite/2600 b/test/scripts/2600-SQLite/2600 index d7e4d69d8..27e4ab605 100644 --- a/test/scripts/2600-SQLite/2600 +++ b/test/scripts/2600-SQLite/2600 @@ -14,18 +14,21 @@ ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select * from them where id='its';}} ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select * from them where name='${quote_sqlite:it's}';}} **** exim -d -DOPT=y -bh 10.0.0.0 +helo test mail from: rcpt to: rcpt to: quit **** exim -d -bh 10.0.0.0 +helo test mail from: rcpt to: rcpt to: quit **** exim -d -bh 10.10.10.10 +helo test mail from: rcpt to: rcpt to: @@ -43,3 +46,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';}} +****