]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-array
bash-4.4 beta release
[thirdparty/bash.git] / tests / run-array
CommitLineData
cce855bc
JA
1echo "warning: all of these tests will fail if arrays have not" >&2
2echo "warning: been compiled into the shell" >&2
b0c16657
CR
3echo "warning: the BASH_ARGC and BASH_ARGV tests will fail if debugging support" >&2
4echo "warning: has not been compiled into the shell" >&2
54a5fbe1
CR
5${THIS_SH} ./array.tests > ${BASH_TSTOUT} 2>&1
6diff ${BASH_TSTOUT} array.right && rm -f ${BASH_TSTOUT}