diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-26 14:55:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-26 14:55:31 +0000 |
commit | 3fb501abec98b3f00fb83b180fb6bf920ca0738b (patch) | |
tree | 9d27cc2fc97bfd848371c5825db5901f605e2948 | |
parent | c44ff8bea951faba4aae92b868b69e221bf7b52b (diff) |
Testsuite: ensure logging path is set
-rw-r--r-- | test/confs/0577 | 1 | ||||
-rw-r--r-- | test/confs/0907 | 1 | ||||
-rw-r--r-- | test/stdout/0577 | 17 |
3 files changed, 18 insertions, 1 deletions
diff --git a/test/confs/0577 b/test/confs/0577 index 261a096f1..33d428890 100644 --- a/test/confs/0577 +++ b/test/confs/0577 @@ -1 +1,2 @@ +.include DIR/aux-var/std_conf_prefix .include confs/TESTNUM./aaa diff --git a/test/confs/0907 b/test/confs/0907 index 8cb2b1b6d..f813322d2 100644 --- a/test/confs/0907 +++ b/test/confs/0907 @@ -1,3 +1,4 @@ # This file contains a BOM at the very beginning +.include DIR/aux-var/std_conf_prefix tls_advertise_hosts = keep_environment = diff --git a/test/stdout/0577 b/test/stdout/0577 index 43cbe3a2b..893f92243 100644 --- a/test/stdout/0577 +++ b/test/stdout/0577 @@ -1,7 +1,22 @@ # Exim Configuration (X) # 1 "TESTSUITE/test-config" # 1 "TESTSUITE/test-config" +# 1 "TESTSUITE/aux-var/std_conf_prefix" +# 1 "TESTSUITE/aux-var/std_conf_prefix" +# 1 "TESTSUITE/aux-var/tls_conf_prefix" +keep_environment = PATH +exim_path = TESTSUITE/eximdir/exim +host_lookup_order = bydns +spool_directory = TESTSUITE/spool +log_file_path = TESTSUITE/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME +chunking_advertise_hosts = +# 1 "TESTSUITE/aux-var/std_conf_prefix" +tls_advertise_hosts = +# 1 "TESTSUITE/test-config" +# 2 "TESTSUITE/test-config" # 1 "TESTSUITE/confs/0577./aaa" # 1 "TESTSUITE/confs/0577./aaa" # 1 "TESTSUITE/confs/0577./aaa" -# 1 "TESTSUITE/test-config" +# 2 "TESTSUITE/test-config" |