Testsuite: handle non-exim-writable testcase spoolfiles
[exim.git] / test / scripts / 3200-testdb / 3200
1 # testdb lookups
2 1
3 exim -be
4 match_ip: 12 ${if match_ip{10.11.12.13}{testdb;something}}
5 match_ip: 13 ${if match_ip{10.11.12.13}{testdb;fail}}
6 match_domain: 14 ${if match_domain{a.b.c.d}{testdb*;fail}}
7 bad default: ${lookup testdb*{abcd}}
8 bad default: ${lookup testdb*@{abcd}}
9 bad default: ${lookup testdb*{fail}}
10 bad default: ${lookup testdb*@{fail}}
11 ****