From 9d0b48b5f71beceebee9f058224abd30952311ce Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 26 Apr 2012 23:00:15 +0100 Subject: [PATCH 1/1] Fix testsuite case 0373. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stdout/0373 b/test/stdout/0373 index dabc1f5a7..88592ffe3 100644 --- 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<< > -- 2.30.2