Testsuite: set path for use of perl by pipe transport
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 4 Dec 2016 10:53:17 +0000 (10:53 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 4 Dec 2016 11:48:43 +0000 (11:48 +0000)
FreeBSD places perl in a nonstandard (for the pipe transport) directory

test/confs/0173

index 1b423e152b57ebe1c637178abcc14e1ec8e4e477..b7f27b936b64f523d5ea1ee7c4de538c69cfa90c 100644 (file)
@@ -36,6 +36,7 @@ pipe:
   driver = pipe
   return_output
   user = CALLER
+  path = /bin:/usr/bin:/usr/local/bin
 
 
 # ----- Retry -----