i-bash/tests/run-trap

7 lines
304 B
Text
Raw Normal View History

2011-11-21 20:51:19 -05:00
echo "warning: UNIX versions number signals and schedule processes differently." >&2
echo "warning: If output differing only in line numbers is produced, please" >&2
echo "warning: do not consider this a test failure." >&2
1998-04-17 19:52:44 +00:00
1997-06-05 14:59:13 +00:00
${THIS_SH} ./trap.tests > /tmp/xx 2>&1
diff /tmp/xx trap.right && rm -f /tmp/xx