freebsd-dev/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 o -n option added. 2005-05-15 07:35:34 +00:00
join Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
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 Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
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 Also test \0 in the format string. 2005-04-14 18:33:14 +00:00
sed There are actually 129 tests here. 2010-01-04 11:00:12 +00:00
tr Add a new set of regression tests, for the tr(1) utility. 2008-01-13 08:33:20 +00:00
uudecode Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
uuencode Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
xargs Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
Makefile - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. 2010-03-05 15:23:01 +00:00
regress.m4 Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00