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