diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-04 11:21:55 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-29 19:22:58 +0000 |
commit | 7b2838902b766105e5086e41c0dbb27d87c523ae (patch) | |
tree | 888fcb4d3f4f0a21585fd1273bf139fe687744ca /test/confs | |
parent | a678496c52fe5cb49f76918598352ab9d457b70d (diff) |
Pipe transport: expand the path option
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0173 | 2 | ||||
-rw-r--r-- | test/confs/0174 | 2 | ||||
-rw-r--r-- | test/confs/0612 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/confs/0173 b/test/confs/0173 index b7f27b936..bfddc71e8 100644 --- a/test/confs/0173 +++ b/test/confs/0173 @@ -36,7 +36,7 @@ pipe: driver = pipe return_output user = CALLER - path = /bin:/usr/bin:/usr/local/bin + path = ${env{PATH}} # ----- Retry ----- diff --git a/test/confs/0174 b/test/confs/0174 index f366e29f6..32a3bde5d 100644 --- a/test/confs/0174 +++ b/test/confs/0174 @@ -63,7 +63,7 @@ pipe: message_prefix = return_output user = CALLER - path = /bin:/usr/bin:/usr/local/bin + path = ${env{PATH}} # ----- Retry ----- diff --git a/test/confs/0612 b/test/confs/0612 index 9350a97ae..84260df65 100644 --- a/test/confs/0612 +++ b/test/confs/0612 @@ -28,7 +28,7 @@ pipe: temp_errors = * command = perl -e "print 'Hi from pipe'; exit 5;" log_defer_output = true - path = /bin:/usr/bin:/usr/local/bin + path = ${env{PATH}} # ----- Retry ----- |