Testsuite: case-number shuffling
[exim.git] / test / scripts / 0000-Basic / 0620
1 # singlekey lookup ret-key
2 #
3 # baseline, get the data
4 exim -d-all+expand -bs '-DOPT=notthis : lsearch;DIR/aux-fixed/TESTNUM.lsearch : nothiseither'
5 HELO test
6 MAIL FROM:<testclient>
7 RCPT TO:<a@trythiskey.ex>
8 QUIT
9 ****
10 #
11 # get the key
12 exim -d-all+expand -bs '-DOPT=notthis : lsearch,ret=key;DIR/aux-fixed/TESTNUM.lsearch : nothiseither'
13 HELO test
14 MAIL FROM:<testclient>
15 RCPT TO:<a@trythiskey.ex>
16 QUIT
17 ****
18 #