Jari Aalto | 3185942 | 2009-01-12 13:36:28 +0000 | [diff] [blame] | 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 | ||||
4 | |||||
Jari Aalto | d166f04 | 1997-06-05 14:59:13 +0000 | [diff] [blame] | 5 | ${THIS_SH} ./builtins.tests > /tmp/xx 2>&1 |
6 | diff /tmp/xx builtins.right && rm -f /tmp/xx |