Files
busybox/shell/hush_test/hush-misc/redir6.tests
2009-05-02 14:17:31 +02:00

6 lines
144 B
Plaintext
Executable File

echo "Testing multiple redirections to same fd"
# bug was making us lose fd #1 after this:
echo Hello >/dev/null 1>&2
echo Done1
echo Done2 >&2