ash: [EVAL] Make eval with empty arguments return 0
[oweals/busybox.git] / shell / hush_test / hush-misc / redir6.tests
1 echo "Testing multiple redirections to same fd"
2 # bug was making us lose fd #1 after this:
3 echo Hello >/dev/null 1>&2
4 echo Done1
5 echo Done2 >&2