]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-array
bash-5.0 distribution sources and documentation
[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
3185942a
JA
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
a0c0a00f
CR
5${THIS_SH} ./array.tests > ${BASH_TSTOUT} 2>&1
6diff ${BASH_TSTOUT} array.right && rm -f ${BASH_TSTOUT}