diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-09 13:25:46 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-09 13:26:32 +0000 |
commit | 580f325235cd1b9713bfa436719b7ca026fe9a16 (patch) | |
tree | 6c9e6ea670dc049a579070090c5d636ab0679a1e /test | |
parent | 218c95cc2e45de929d92c508bc9a95292c3a4ece (diff) |
Testsuite: fix testcase use of paths
Broken-by: 179ed8c31e
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/4525 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/confs/4525 b/test/confs/4525 index 3a843b99e..f6a0258a7 100644 --- a/test/confs/4525 +++ b/test/confs/4525 @@ -4,16 +4,15 @@ SERVER= OPT= FAKE = -keep_environment = PATH:EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK -add_environment = SSLKEYLOGFILE=/home/jgh/git/exim/test/spool/sslkeys +keep_environment = PATH exim_path = EXIM_PATH host_lookup_order = bydns -spool_directory = /home/jgh/git/exim/test/spool +spool_directory = DIR/spool .ifdef SERVER -log_file_path = /home/jgh/git/exim/test/spool/log/SERVER%slog +log_file_path = DIR/spool/log/SERVER%slog .else -log_file_path = /home/jgh/git/exim/test/spool/log/%slog +log_file_path = DIR/spool/log/%slog .endif gecos_pattern = "" |