PATH=$PATH:`pwd`
export PATH

${THIS_SH} ./glob-bracket.tests > ${BASH_TSTOUT}
diff ${BASH_TSTOUT} glob-bracket.right && rm -f ${BASH_TSTOUT}
