]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-builtins
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / run-builtins
CommitLineData
3185942a
JA
1echo "warning: some of these tests may fail if process substitution has not" >&2
2echo "warning: been compiled into the shell or if the OS does not provide" >&2
3echo "warning: /dev/fd." >&2
4
d166f048
JA
5${THIS_SH} ./builtins.tests > /tmp/xx 2>&1
6diff /tmp/xx builtins.right && rm -f /tmp/xx