i-bash/tests/run-globstar

5 lines
118 B
Text
Raw Normal View History

PATH=$PATH:`pwd`
export PATH
${THIS_SH} ./globstar.tests > /tmp/xx 2>&1
diff /tmp/xx globstar.right && rm -f /tmp/xx