freebsd-skq/tools/regression/bin
Jilles Tjoelker 0d5ccb45d8 sh: Fix signal messages being sent to the wrong file sometimes.
When a foreground job exits on a signal, a message is printed to stdout
about this. The buffer was not flushed after this which could result in the
message being written to the wrong file if the next command was a builtin
and had stdout redirected.

Example:
  sh -c 'kill -9 $$'; : > foo; echo FOO:; cat foo

Reported by:	gcooper
MFC after:	1 week
2011-01-18 21:18:31 +00:00
..
date regression/date: unset all LC_xxx vars and set LANG/LC_ALL 2011-01-09 22:05:09 +00:00
mv
pax Add a Makefile for tools/regression/bin and support 'all' in 2010-08-29 12:14:53 +00:00
sh sh: Fix signal messages being sent to the wrong file sometimes. 2011-01-18 21:18:31 +00:00
test test: Move tests to tools/regression/bin/test. 2010-11-08 23:15:10 +00:00
Makefile test: Move tests to tools/regression/bin/test. 2010-11-08 23:15:10 +00:00