]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-trap
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / run-trap
CommitLineData
0001803f
CR
1echo "warning: UNIX versions number signals and schedule processes differently." >&2
2echo "warning: If output differing only in line numbers is produced, please" >&2
3echo "warning: do not consider this a test failure." >&2
cce855bc 4
a0c0a00f
CR
5${THIS_SH} ./trap.tests > ${BASH_TSTOUT} 2>&1
6diff ${BASH_TSTOUT} trap.right && rm -f ${BASH_TSTOUT}