[exim-cvs] Testsuite: fix testcase use of paths

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: fix testcase use of paths
Gitweb: https://git.exim.org/exim.git/commitdiff/580f325235cd1b9713bfa436719b7ca026fe9a16
Commit:     580f325235cd1b9713bfa436719b7ca026fe9a16
Parent:     218c95cc2e45de929d92c508bc9a95292c3a4ece
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Nov 9 13:25:46 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Nov 9 13:26:32 2019 +0000


    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 3a843b9..f6a0258 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 = ""