]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-array2
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / run-array2
CommitLineData
cce855bc
JA
1echo "warning: all of these tests will fail if arrays have not" >&2
2echo "warning: been compiled into the shell" >&2
a0c0a00f
CR
3${THIS_SH} ./array-at-star > ${BASH_TSTOUT} 2>&1
4diff ${BASH_TSTOUT} array2.right && rm -f ${BASH_TSTOUT}