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

4 lines
151 B
Text

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