nt9856x/BSP/busybox/shell/hush_test/hush-redir/redir_multi.tests
2023-03-28 15:07:53 +08: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