X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/4ce417d09968d9e595f3069bff106a1284f6f6ce..2be77199fc9009ab796ad2d67eed20d8da4773c7:/test/scripts/2600-SQLite/2600 diff --git a/test/scripts/2600-SQLite/2600 b/test/scripts/2600-SQLite/2600 index 2a557a46a..2c3092ef2 100644 --- a/test/scripts/2600-SQLite/2600 +++ b/test/scripts/2600-SQLite/2600 @@ -35,3 +35,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';}} +****