i-bash/tests/run-glob-test

5 lines
150 B
Text
Raw Permalink Normal View History

1996-08-26 18:22:31 +00:00
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}