Fix ${readsocket } eol-replacement. Bug 2630
[exim.git] / test / scripts / 2600-SQLite / 2600
index 2a557a46ac2e6ebb2a02a4ef0b3e1177118001dc..2c3092ef210db14bc1d0047f0db4e3bcf4c4d1f1 100644 (file)
@@ -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';}}
+****