${THIS_SH} ./varenv.sh | grep -v '^expect' > ${TMPDIR}/xx
: ${TMPDIR:=.}
diff ${TMPDIR}/xx varenv.right && rm -f ${TMPDIR}/xx
