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