i-bash/tests/run-trap

7 lines
325 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
${THIS_SH} ./trap.tests > ${BASH_TSTOUT} 2>&1
diff ${BASH_TSTOUT} trap.right && rm -f ${BASH_TSTOUT}