Fix tevent testsuite issue on Solaris.
commit566a2e6828bb5d6ea3a35e24938675a296bbe95b
authorJeremy Allison <jra@samba.org>
Fri, 8 Mar 2013 21:44:08 +0000 (8 13:44 -0800)
committerMichael Adam <obnox@samba.org>
Fri, 22 Mar 2013 17:16:45 +0000 (22 18:16 +0100)
treebcdd6efa31cbd25c20721d508e9d11fccb1fe9a9
parentc3ee49a09944cec9ee1e41c32dd31bdc170f610c
Fix tevent testsuite issue on Solaris.

On Solaris/Nexenta/Illumos once a pipe is full it will not be reported
as writable until PIPE_BUF (actually on Solaris 4096, which is less than
PIPE_BUF) bytes have been read from it.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Fri Mar 22 18:16:45 CET 2013 on sn-devel-104
lib/tevent/testsuite.c