i-bash/tests/run-glob-test
2016-09-15 16:59:08 -04:00

4 lines
150 B
Text

PATH=$PATH:`pwd`
export PATH
${THIS_SH} ./glob.tests 2>&1 | grep -v '^expect' > ${BASH_TSTOUT}
diff ${BASH_TSTOUT} glob.right && rm -f ${BASH_TSTOUT}