freebsd-src/usr.bin/uniq
Mark Johnston d9220f64da uniq tests: Make uniq_test:stdout more reliable
When running regression tests in paralle, this one occasionally fails
because uniq exits with status 0.  I believe this is because the test is
a bit racy: it assumes that true(1) will exit before uniq writes to
standard out.

Just sleep for a bit to give the other end of the pipe to exit.

Reviewed by:	des
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D45534
2024-06-13 20:00:47 -04:00
..
tests uniq tests: Make uniq_test:stdout more reliable 2024-06-13 20:00:47 -04:00
Makefile usr.bin: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
uniq.1 uniq: Fix interactive use. 2024-01-12 16:43:55 +01:00
uniq.c uniq: Error out if writing to the output failed. 2024-01-12 16:44:06 +01:00