blob: db88c8c14c268794467845e0a4d0a6d68fd24797 [file] [log] [blame]
Jari Aalto31859422009-01-12 13:36:28 +00001echo "warning: some of these tests may fail if process substitution has not" >&2
2echo "warning: been compiled into the shell or if the OS does not provide" >&2
3echo "warning: /dev/fd." >&2
4
Jari Aaltod166f041997-06-05 14:59:13 +00005${THIS_SH} ./builtins.tests > /tmp/xx 2>&1
6diff /tmp/xx builtins.right && rm -f /tmp/xx