]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-jobs
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / run-jobs
CommitLineData
d166f048
JA
1echo "warning: some of these tests may fail if job control has not been compiled" >&2
2echo "warning: into the shell" >&2
b80f6443
JA
3echo "warning: there may be a message regarding a cat process dying due to a" >&2
4echo "warning: SIGHUP. Please disregard." >&2
d166f048 5
a0c0a00f
CR
6${THIS_SH} ./jobs.tests > ${BASH_TSTOUT} 2>&1
7diff ${BASH_TSTOUT} jobs.right && rm -f ${BASH_TSTOUT}