PATH=$PATH:`pwd`
: ${TMPDIR:=.}
export PATH
${THIS_SH} ./extglob3.tests > ${TMPDIR}/xx
diff ${TMPDIR}/xx extglob3.right && rm -f ${TMPDIR}/xx
