mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 20:00:49 +02:00
8 lines
377 B
Plaintext
8 lines
377 B
Plaintext
echo "${CSTART}warning${CEND}: some of these tests may fail if job control has not been compiled" >&2
|
|
echo "${TAB}into the shell" >&2
|
|
echo "${CSTART}warning${CEND}: there may be a message regarding a cat process dying due to a" >&2
|
|
echo "${TAB}SIGHUP. Please disregard." >&2
|
|
|
|
${THIS_SH} ./jobs.tests > ${BASH_TSTOUT} 2>&1
|
|
diff ${BASH_TSTOUT} jobs.right && rm -f ${BASH_TSTOUT}
|