unset GROUPS UID 2>/dev/null
: ${TMPDIR:=.}

${THIS_SH} ./test.tests >${TMPDIR}/xx 2>&1
diff ${TMPDIR}/xx test.right && rm -f ${TMPDIR}/xx
