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