${THIS_SH} ./nquote.tests 2>&1 | grep -v '^expect' > ${TMPDIR}/xx
: ${TMPDIR:=.}
diff ${TMPDIR}/xx nquote.right && rm -f ${TMPDIR}/xx
