diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-04 23:38:46 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-04 23:38:46 +0100 |
commit | 0368847fd98dcc3f6b757da53a86519bb16c9681 (patch) | |
tree | 51db5dc11a5903bd292e9e8ba5d3b76b56caedbe /test | |
parent | 209ae7d1946737154660aa7b47bee07e09e8a51a (diff) |
Testsuite: Patch for lost server -> exim interlock
This is an interim workaround.
Broken-by: f41e05066084
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/5400-cutthrough/5400 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/scripts/5400-cutthrough/5400 b/test/scripts/5400-cutthrough/5400 index 2d851a60d..1dc733aaa 100644 --- a/test/scripts/5400-cutthrough/5400 +++ b/test/scripts/5400-cutthrough/5400 @@ -160,7 +160,10 @@ DATA QUIT **** # -# +# The "exim" above should have waited on completion for the "server" before +# but apparently not; without this delay ordering is messed up. +# Unsatifactory. +millisleep 500 # # # @@ -209,6 +212,7 @@ QUIT **** # # +millisleep 500 # # # @@ -277,6 +281,7 @@ QUIT **** # # +millisleep 500 # # # @@ -377,6 +382,7 @@ QUIT **** # # +millisleep 500 # # # |