Fix testcase 0373
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 Jun 2014 14:48:55 +0000 (15:48 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 Jun 2014 14:48:55 +0000 (15:48 +0100)
commit567e584cae0f3999605d4d8c18afdbef75ab62be
tree1d95eea6e8768ffb8de1e62adb140e2506788634
parent75febd1bb37ede1b350b9e45e02f18b7d0067824
Fix testcase 0373

A readsocket expansion against a unix-domain socket which is
immediately closed.  This gave variable results does to the race of
the write into the client-end versus the close at the server end.
Insert under-testsuite delays to assure sequencing; the testcase
now specifically looks for a write into a closed peer.
src/src/expand.c