freebsd-nq/tools/regression/usr.bin
Jaakko Heinonen 12794df244 - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.
snprintf(3) doesn't set errno in the tested cases.
- If the same argument reference (for example %1) was specified more than
  once, the command didn't necessarily fit to the final command buffer. Fix
  this using a dynamic sbuf buffer. Add a few regression tests for the case.

PR:		bin/95079
No objections:	freebsd-hackers
2010-03-05 15:23:01 +00:00
..
apply - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. 2010-03-05 15:23:01 +00:00
calendar 'prove -r' isn't as smart as grog thought. 2010-01-04 10:58:08 +00:00
comm Don't read the newline character to line buffer because lines are passed 2009-12-12 18:18:46 +00:00
env Add missing newline in last line of file. 2010-02-16 09:10:21 +00:00
file2c
join
jot Provide clean output with 'prove -r'. 2010-01-03 11:53:48 +00:00
lastcomm You need to be root to run this test. 2010-01-04 09:59:18 +00:00
m4
make Add ability to search up the directory hierarchy for the system directory. 2010-01-04 18:57:22 +00:00
pkill - Implement -q option for pgrep(1). 2010-02-12 18:52:24 +00:00
printf
sed There are actually 129 tests here. 2010-01-04 11:00:12 +00:00
tr
uudecode
uuencode
xargs
Makefile - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. 2010-03-05 15:23:01 +00:00
regress.m4