From: Jeremy Harris Date: Sun, 4 Dec 2016 13:00:26 +0000 (+0000) Subject: Testsuite: more pipe transport / perl cases X-Git-Tag: exim-4_88_RC6~3 X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/dc8ae77b80164fe6abf7f55c8deffcfc91c2aebf Testsuite: more pipe transport / perl cases --- 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..f366e29f6 100644 --- a/test/confs/0174 +++ b/test/confs/0174 @@ -63,6 +63,7 @@ pipe: message_prefix = return_output user = CALLER + path = /bin:/usr/bin:/usr/local/bin # ----- Retry ----- diff --git a/test/confs/0612 b/test/confs/0612 index 44f2e74d6..9350a97ae 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 = /bin:/usr/bin:/usr/local/bin # ----- Retry -----