freebsd-dev/tools/regression/usr.bin
Julio Merino 385cd39138 Fix yacc tests so that they run cleanly with prove.
First, change the driver to run the installed yacc instead of the one from
/usr/obj (which might not be there), just as we (intend to) do with all
other tests.

Second, regenerate the expected output files from scratch.  Based on visual
inspection, the differences seem OK.  But this highlights that the tests in
here are too fragile and, possibly, useless: we should be testing the
behavior of the generated program, not the literal output.  Something to be
addressed later.
2014-03-09 22:05:23 +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
cc These tests check whether the compiler evaluates floating-point 2012-01-20 06:57:21 +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 Spelling fixes for tools/ 2011-12-30 00:04:11 +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 Fix m4 tests so that they run cleanly with prove. 2014-03-09 19:25:53 +00:00
make Remove the "funny targets" make check. We no longer need embedded :: targets 2012-07-05 18:23:36 +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 Fix printf tests so that they run cleanly with prove. 2014-03-09 19:37:01 +00:00
sed Fix sed tests so that they run cleanly with prove. 2014-03-09 21:56:29 +00:00
tr tr: Fix '[=]=]' equivalence class. 2010-09-29 22:24:18 +00:00
uudecode
uuencode
xargs Add a few xargs tests related to -0, -n and quoting. 2013-05-04 16:41:14 +00:00
yacc Fix yacc tests so that they run cleanly with prove. 2014-03-09 22:05:23 +00:00
Makefile Create regression tests for ncal: 2010-03-14 10:24:03 +00:00
regress.m4