git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8332bd7
)
Fix testsuite case 0373.
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 26 Apr 2012 22:00:15 +0000
(23:00 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 26 Apr 2012 22:00:15 +0000
(23:00 +0100)
The subtest does a readsocket (with 1s timeout) into a server
which closes immediately. The expected output in the testcase was null, the output
actually seen was the error-return expansion, which seems more correct.
Accepting the actual output.
test/stdout/0373
patch
|
blob
|
history
diff --git
a/test/stdout/0373
b/test/stdout/0373
index dabc1f5a7fae229a1ab88b4a76dab84ffb22f9f7..88592ffe3523a01eabbfd2faed80e3e28f289ac8 100644
(file)
--- a/
test/stdout/0373
+++ b/
test/stdout/0373
@@
-8,7
+8,7
@@
> 4 >>ANSWER-4*EOL*<<
> 5 >>ANSWER-5<<
> 6 >><<
-> 7 >><<
+> 7 >>
sock error
<<
> Failed: socket read timed out
> 9 >>sock error<<
>