Files
alcove/test
Michael Santos c69074c5ae Fix stream test on OpenBSD
The OpenBSD version of the yes utility doesn't check for write errors:

    if (argc > 1)
            for (;;)
                   puts(argv[1]);
    else
            for (;;)
                   puts("y");

When the stream test completes, yes is still running in the background.

On OpenBSD, use the jot utility instead.
2014-08-31 12:08:13 -04:00
..
2014-08-31 12:08:13 -04:00