tests: Avoid sleep when causing a write errorCause a write error using a fifo and wait, rather than needing a sleepto wait for something to terminate. This is faster and avoids apotential test fa
tests: Avoid sleep when causing a write errorCause a write error using a fifo and wait, rather than needing a sleepto wait for something to terminate. This is faster and avoids apotential test failure on a heavily loaded system.Using /dev/full would be simpler, but it is not portable enough (ittends not to be available in jails, even). Starting programs with stdoutnot open or only open for read/execute/search may have unexpected sideeffects.Reviewed by: ngie, desDifferential Revision: https://reviews.freebsd.org/D57213
show more ...
printenv: Clean up* Error out if more than one argument is given.* Check for stdio errors.* Clean up the code.* Clean up and expand the tests.MFC after: 1 weekReviewed by: ngieDifferentia
printenv: Clean up* Error out if more than one argument is given.* Check for stdio errors.* Clean up the code.* Clean up and expand the tests.MFC after: 1 weekReviewed by: ngieDifferential Revision: https://reviews.freebsd.org/D56506
Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
printenv: fix typo in a comment[skip ci]Reported by: gbeMFC with: c989957f28ef5b03f594265612e3437c1e826ed4Sponsored by: Axcient
printenv: Add test for printenv.Reviewed by: asomersDifferential Revision: https://reviews.freebsd.org/D41468