]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/run-extglob
bash-4.4 beta release
[thirdparty/bash.git] / tests / run-extglob
1 PATH=$PATH:`pwd`
2 export PATH
3 ${THIS_SH} ./extglob.tests | grep -v '^expect' > ${BASH_TSTOUT}
4 diff ${BASH_TSTOUT} extglob.right && rm -f ${BASH_TSTOUT}