improve of cmpl.
[bush.git] / testing / 3.OriginalTest.dir / 6.cmd / builtins / run-builtins
blob8634299b449d41207a4242aaf05d4d5e1033c8f5
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}