Chet Ramey | 0001803 | 2011-11-21 20:51:19 -0500 | [diff] [blame] | 1 | echo "warning: UNIX versions number signals and schedule processes differently." >&2 |
2 | echo "warning: If output differing only in line numbers is produced, please" >&2 | ||||
3 | echo "warning: do not consider this a test failure." >&2 | ||||
Jari Aalto | cce855b | 1998-04-17 19:52:44 +0000 | [diff] [blame] | 4 | |
Jari Aalto | d166f04 | 1997-06-05 14:59:13 +0000 | [diff] [blame] | 5 | ${THIS_SH} ./trap.tests > /tmp/xx 2>&1 |
6 | diff /tmp/xx trap.right && rm -f /tmp/xx |