From 63fdcf207d1f2f046f9bbbcfa033b20bd884a4f2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 4 Dec 2016 13:01:21 +0000 Subject: [PATCH] Testsuite: more pipe transport / perl cases --- test/aux-fixed/resubmit | 2 +- test/aux-fixed/resubmitB | 2 +- test/confs/0174 | 1 + 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 ----- -- 2.30.2