i-bash/tests/run-extglob2

5 lines
153 B
Text
Raw Normal View History

2000-03-17 21:46:59 +00:00
PATH=$PATH:`pwd`
export PATH
${THIS_SH} ./extglob2.tests | grep -v '^expect' > ${BASH_TSTOUT}
diff ${BASH_TSTOUT} extglob2.right && rm -f ${BASH_TSTOUT}