From dc8ae77b80164fe6abf7f55c8deffcfc91c2aebf Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 4 Dec 2016 13:00:26 +0000 Subject: [PATCH] Testsuite: more pipe transport / perl cases --- test/aux-fixed/resubmitB | 2 +- test/confs/0174 | 1 + test/confs/0612 | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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 ----- -- 2.30.2