1PATH=$PATH:`pwd`
2export PATH
3${THIS_SH} ./extglob2.tests | grep -v '^expect' > /tmp/xx
4diff /tmp/xx extglob2.right && rm -f /tmp/xx
5