mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 12:57:58 +02:00
7 lines
335 B
Plaintext
7 lines
335 B
Plaintext
echo "${CSTART}warning${CEND}: UNIX versions number signals and schedule processes differently." >&2
|
|
echo "${TAB}If output differing only in line numbers is produced, please" >&2
|
|
echo "${TAB}do not consider this a test failure." >&2
|
|
|
|
${THIS_SH} ./trap.tests > ${BASH_TSTOUT} 2>&1
|
|
diff ${BASH_TSTOUT} trap.right && rm -f ${BASH_TSTOUT}
|