]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-builtins
Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ...
[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
a0c0a00f
CR
5${THIS_SH} ./builtins.tests > ${BASH_TSTOUT} 2>&1
6diff ${BASH_TSTOUT} builtins.right && rm -f ${BASH_TSTOUT}