]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-varenv
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / tests / run-varenv
CommitLineData
8868edaf
CR
1echo "warning: some of these tests will fail if arrays have not" >&2
2echo "warning: been compiled into the shell" >&2
d233b485 3${THIS_SH} ./varenv.tests 2>&1 | grep -v '^expect' > ${BASH_TSTOUT}
a0c0a00f 4diff ${BASH_TSTOUT} varenv.right && rm -f ${BASH_TSTOUT}