Fix GNU/Hurd build. Bug 3044
[exim.git] / test / scripts / 0000-Basic / 0634
1 # Empty variables
2 #
3 exim -DACL_RCPT='$acl_c_empty' -bh V4NET.0.0.0
4 EHLO test1
5 MAIL FROM:<CALLER@test.ex>
6 RCPT TO:<test1@test.ex>
7 QUIT
8 ****
9 # expanson-operator after empty variable
10 exim -DACL_RCPT='$acl_c_empty${hexquote:A}' -bh V4NET.0.0.0
11 EHLO test2
12 MAIL FROM:<CALLER@test.ex>
13 RCPT TO:<test2@test.ex>
14 QUIT
15 ****
16 # expanson-item after empty variable
17 exim -DACL_RCPT='$acl_c_empty${listquote{:}{A}}' -bh V4NET.0.0.0
18 EHLO test3
19 MAIL FROM:<CALLER@test.ex>
20 RCPT TO:<test3@test.ex>
21 QUIT
22 ****
23 #
24 no_stdout_check