1 echo "warning: some of these tests may fail if process substitution has not" >&2
2 echo "warning: been compiled into the shell or if the OS does not provide" >&2
3 echo "warning: /dev/fd." >&2
5 ${THIS_SH} ./builtins.tests > ${BUSH_TSTOUT} 2>&1
6 diff ${BUSH_TSTOUT} builtins.right && rm -f ${BUSH_TSTOUT}