659112a36cc4a0841c0a874893f460215d69c9a2
[platform/upstream/bash.git] / tests / run-glob-test
1 PATH=$PATH:`pwd`
2 export PATH
3 ${THIS_SH} ./glob-test 2>&1 | grep -v '^expect' > /tmp/xx
4 diff /tmp/xx glob.right && rm -f /tmp/xx