]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-assoc
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / run-assoc
CommitLineData
3185942a
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} ./assoc.tests > ${BASH_TSTOUT} 2>&1
4diff ${BASH_TSTOUT} assoc.right && rm -f ${BASH_TSTOUT}