]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-globstar
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-globstar
CommitLineData
495aee44
CR
1PATH=$PATH:`pwd`
2export PATH
a0c0a00f
CR
3${THIS_SH} ./globstar.tests > ${BASH_TSTOUT} 2>&1
4diff ${BASH_TSTOUT} globstar.right && rm -f ${BASH_TSTOUT}