usleep: use it to simplify tests
[gnulib.git] / tests / test-pipe-filter-gi2-main.c
index 7be285e..b9a0b11 100644 (file)
 static void
 small_nap (void)
 {
-#if HAVE_USLEEP
   usleep (100000);
-#else
-  sleep (1);
-#endif
 }
 
 static char static_buf[5];