Testsuite: more pipe transport / perl cases
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 4 Dec 2016 13:01:21 +0000 (13:01 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 4 Dec 2016 13:31:04 +0000 (13:31 +0000)
test/aux-fixed/resubmit
test/aux-fixed/resubmitB
test/confs/0174
test/confs/0612

index a7ea2430d02687130921c5896632570100f248da..6c47db2859f0f7ef8046761001ea2eb8737493b9 100755 (executable)
@@ -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).
index f925968643794e7391f29dee37e4fcb077ec8a61..498d44eb28ed1d435775669a7efafc6dfd080204 100755 (executable)
@@ -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
index b7fe882e2c4e0cb2cce85bf8f7d413ff0dfe3714..32a3bde5d988c7378d7bc8b48c4141e9242520ea 100644 (file)
@@ -63,6 +63,7 @@ pipe:
   message_prefix =
   return_output
   user = CALLER
+  path = ${env{PATH}}
 
 
 # ----- Retry -----
index 44f2e74d6bc58cbf924d283183fc7994bc10a845..84260df657d6fa913f7651d29950682a75637de2 100644 (file)
@@ -28,6 +28,7 @@ pipe:
     temp_errors = *
     command     = perl -e "print 'Hi from pipe'; exit 5;"
     log_defer_output = true
+    path       = ${env{PATH}}
 
 # ----- Retry -----