1 /* Check that TRT happens when error on pipe call.
20 filemax
= sysconf (_SC_OPEN_MAX
);
23 /* Check that TRT happens when error on pipe call. */
24 for (i
= 0; i
< filemax
+ 1; i
++)
29 /* Shouldn't happen too early. */
30 if (i
< filemax
/ 2 - 3 - 1)
32 fprintf (stderr
, "i: %d\n", i
);