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