]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/run-glob-test
Bash-4.1 distribution source
[thirdparty/bash.git] / tests / run-glob-test
1 PATH=$PATH:`pwd`
2 export PATH
3 ${THIS_SH} ./glob.tests 2>&1 | grep -v '^expect' > /tmp/xx
4 diff /tmp/xx glob.right && rm -f /tmp/xx