diff options
-rwxr-xr-x | test/aux-fixed/resubmit | 2 | ||||
-rwxr-xr-x | test/aux-fixed/resubmitB | 2 | ||||
-rw-r--r-- | test/confs/0174 | 1 | ||||
-rw-r--r-- | test/confs/0612 | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/test/aux-fixed/resubmit b/test/aux-fixed/resubmit index a7ea2430d..6c47db285 100755 --- a/test/aux-fixed/resubmit +++ b/test/aux-fixed/resubmit @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#! /usr/bin/env perl # A test script that reads a message and resubmits it to Exim (having # notionally checked it - but there's no checking here). diff --git a/test/aux-fixed/resubmitB b/test/aux-fixed/resubmitB index f92596864..498d44eb2 100755 --- a/test/aux-fixed/resubmitB +++ b/test/aux-fixed/resubmitB @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#! /usr/bin/env perl # A test script that reads a message and resubmits it to Exim (having # notionally checked it - but there's no checking here). This version diff --git a/test/confs/0174 b/test/confs/0174 index b7fe882e2..32a3bde5d 100644 --- a/test/confs/0174 +++ b/test/confs/0174 @@ -63,6 +63,7 @@ pipe: message_prefix = return_output user = CALLER + path = ${env{PATH}} # ----- Retry ----- diff --git a/test/confs/0612 b/test/confs/0612 index 44f2e74d6..84260df65 100644 --- a/test/confs/0612 +++ b/test/confs/0612 @@ -28,6 +28,7 @@ pipe: temp_errors = * command = perl -e "print 'Hi from pipe'; exit 5;" log_defer_output = true + path = ${env{PATH}} # ----- Retry ----- |