]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/run-varenv
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / tests / run-varenv
1 echo "warning: some of these tests will fail if arrays have not" >&2
2 echo "warning: been compiled into the shell" >&2
3 ${THIS_SH} ./varenv.tests 2>&1 | grep -v '^expect' > ${BASH_TSTOUT}
4 diff ${BASH_TSTOUT} varenv.right && rm -f ${BASH_TSTOUT}