Gitweb:
http://git.exim.org/exim.git/commitdiff/4650b314ad07f4813d2cb826546d9048a4555c83
Commit: 4650b314ad07f4813d2cb826546d9048a4555c83
Parent: d528a3894061e5a6b77b25cb16355cca8f1714dd
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Oct 26 17:37:52 2014 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Oct 26 17:49:50 2014 +0000
Testcase 0601: move udpsend action from connect to rcpt ACL
Some test runs were seeing the receiving perl output before the exim startup banner;
try to get the udpsend to happpen after the banner gets a chance to be emitted.
---
test/confs/0601 | 3 +--
test/scripts/0000-Basic/0601 | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/test/confs/0601 b/test/confs/0601
index 84f7d38..c55ac4a 100644
--- a/test/confs/0601
+++ b/test/confs/0601
@@ -8,8 +8,7 @@ queue_only
# ----- Main settings -----
-acl_smtp_connect = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
-acl_smtp_rcpt = accept
+acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
# End
diff --git a/test/scripts/0000-Basic/0601 b/test/scripts/0000-Basic/0601
index 8ff0918..cec8a24 100644
--- a/test/scripts/0000-Basic/0601
+++ b/test/scripts/0000-Basic/0601
@@ -13,5 +13,5 @@ This is a test message.
.
quit
***
-sleep 2
+sleep 1
no_msglog_check