summaryrefslogtreecommitdiffstats
path: root/tests/run-extglob
blob: 149e34af871206a4a7ea9677981f3b26838ccdd4 (plain)
1
2
3
4
PATH=$PATH:`pwd`
export PATH
${THIS_SH} ./extglob.tests | grep -v '^expect' > ${BASH_TSTOUT}
diff ${BASH_TSTOUT} extglob.right && rm -f ${BASH_TSTOUT}