Testsuite: ignore optional-config output
[exim.git] / test / scripts / 3000-Perl / 3000
CommitLineData
59371ea7 1# Embedded Perl
c3161b1d 2munge perl_variants
59371ea7
PH
3exim -be
4${perl{foo}}
5${perl{foo}{arg1}}
6${perl{foo_undef}}
7${perl{foo_die}}
8${perl{foo_warn}}
9${perl{unknown}}
10${perl{readvar}{primary_hostname}}
11${perl{readvar}{notexists}}
12
13${perl}
14${perl{foo}{1}{2}{3}{4}{5}{6}{7}{8}}
15${perl{foo}{1}{2}{3}{4}{5}{6}{7}{8}{9}}
16
17${perl{return_scalar}}
18${perl{return_list}}
19${perl{return_variable_vector}}
9d85e46a 20${sg{${perl{return_hash}}}{\\d+}{X}}
59371ea7
PH
21
22$tod_full // ${perl{change_locale}} // $tod_full
23****
24exim -d-all+expand -be
25${perl{foo}{arg1}}
26${perl{foo_undef}}
27${perl{debug_write}{debug from Perl\n}}
28${perl{log_write}{log from Perl}}
29****
30exim -v -bs
31ehlo x.y.z
32mail from:<>
33rcpt to:<abc@x.y.z>
34quit
35****
36exim -bh 10.0.0.1
37ehlo x.y.z
38mail from:<>
39rcpt to:<abc@x.y.z>
40quit
41****
42exim -DSERVER=server -bd -oX PORT_D
43****
44client 127.0.0.1 PORT_D
45??? 220
46helo x.y.z
47??? 250
48mail from:<>
49??? 250
50rcpt to:<abc@x.y.z>
51??? 250
52quit
53??? 221
54****
55killdaemon
56exim -be
57${perl{no_warn}}
58${perl{foo_warn}}
59****
60no_msglog_check