From 580f325235cd1b9713bfa436719b7ca026fe9a16 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 9 Nov 2019 13:25:46 +0000 Subject: [PATCH 1/1] Testsuite: fix testcase use of paths Broken-by: 179ed8c31e --- test/confs/4525 | 9 ++++----- 1 file 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 = "" -- 2.25.1