android_mt6572_jiabo/external/busybox/shell/hush_test/hush-misc/redir6.tests
2025-09-05 16:56:03 +08:00

5 lines
144 B
Text
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