freebsd-dev/tools/regression/usr.bin
Max Khon df62aec1a0 Add three execution tests for make(1):
- plus: execute "+command" when run with -jX -n
- ellipsis: ellipsis ("...") from variable
- empty: empty command (from variable)

Currently make(1) fails all three tests:
- plus: segmentation fault due to incorrect command list handling
- ellipsis: works in compat mode but fails in job (-jX) mode
- empty:
        - compat mode: prints error message
	- job mode: works but prints empty string
2011-11-30 05:49:17 +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 Fix stuttering sequences and reverse ranges 2010-06-02 07:47:29 +00:00
lastcomm You need to be root to run this test. 2010-01-04 09:59:18 +00:00
m4
make Add three execution tests for make(1): 2011-11-30 05:49:17 +00:00
ncal Replace -b with -C and -B (as proposed by Alexander). 2010-03-21 21:33:21 +00:00
pkill - Implement -q option for pgrep(1). 2010-02-12 18:52:24 +00:00
printf printf: Allow multibyte characters for '<char> form, avoid negative codes. 2011-05-28 11:37:47 +00:00
sed sed: Add test for r217133 (-i race). 2011-01-08 00:06:22 +00:00
tr tr: Fix '[=]=]' equivalence class. 2010-09-29 22:24:18 +00:00
uudecode
uuencode
xargs
Makefile Create regression tests for ncal: 2010-03-14 10:24:03 +00:00
regress.m4