From: Jeremy Harris Date: Sun, 4 Dec 2016 10:53:17 +0000 (+0000) Subject: Testsuite: set path for use of perl by pipe transport X-Git-Tag: exim-4_88_RC6~4 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=51048824ab9b076de285d5370c7940f22504de24;p=exim.git Testsuite: set path for use of perl by pipe transport FreeBSD places perl in a nonstandard (for the pipe transport) directory --- diff --git a/test/confs/0173 b/test/confs/0173 index 1b423e152..b7f27b936 100644 --- a/test/confs/0173 +++ b/test/confs/0173 @@ -36,6 +36,7 @@ pipe: driver = pipe return_output user = CALLER + path = /bin:/usr/bin:/usr/local/bin # ----- Retry -----