]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/run-errors
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / run-errors
1 unset OLDPWD # make sure shell doesn't inherit OLDPWD
2 ${THIS_SH} ./errors.tests > ${BASH_TSTOUT} 2>&1
3 diff ${BASH_TSTOUT} errors.right && rm -f ${BASH_TSTOUT}