diff options
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 ----- |