]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-redir
Imported from ../bash-2.05b.tar.gz.
[thirdparty/bash.git] / tests / run-redir
CommitLineData
d166f048
JA
1echo "warning: the text of a system error message may vary between systems and" >&2
2echo "warning: produce diff output." >&2
3echo "warning: if the text of an error message concerning \`redir1.*' not being" >&2
7117c2d2
JA
4echo "warning: found or messages concerning bad file descriptors produce diff" >&2
5echo "warning: output, please do not consider it a test failure" >&2
d166f048
JA
6${THIS_SH} ./redir.tests > /tmp/xx 2>&1
7diff /tmp/xx redir.right && rm -f /tmp/xx