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