diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-09 13:25:46 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-10 15:17:06 +0000 |
commit | ddd15fc7507e08ec7aad7a538c5ca236435c55ca (patch) | |
tree | 0332e6b2b4b573a357ee4ddbb99985856f3dc357 | |
parent | 152481a026745132f8cd90fac166e6f4ecb6ea58 (diff) |
Testsuite: fix testcase use of paths
Broken-by: 179ed8c31e
-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 = "" |