summaryrefslogtreecommitdiff
path: root/ACE/tests/FIFO_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/FIFO_Test.cpp')
-rw-r--r--ACE/tests/FIFO_Test.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/tests/FIFO_Test.cpp b/ACE/tests/FIFO_Test.cpp
index c5f665a4fdc..7a2648516c6 100644
--- a/ACE/tests/FIFO_Test.cpp
+++ b/ACE/tests/FIFO_Test.cpp
@@ -104,15 +104,8 @@ server (void *arg)
ACE_TEXT ("select")),
0);
- // On AIX, select() always seems to select a fifo handle as a normal file,
- // always readable. Just wait a second...
-# if defined (AIX) || defined (HPUX) || defined (__osf__)
- ACE_OS::sleep (1);
-# endif /* AIX || HPUX */
-
// Read the things the client is sending; alphabet, huge overflow, then
// alphabet.
-
char buf[BUFSIZ];
ssize_t recv_count;
ssize_t expect = static_cast <ssize_t> (ACE_OS::strlen (ACE_ALPHABET));