Sign in
coral
/
busybox
/
1c3bcfc79f4b6a1d6e8cd04e6a36f64a57753b2f
/
.
/
shell
/
ash_test
/
ash-redir
/
redir_multi.tests
blob: c639ebb2d77e4d7ec7f37317b446a8296a9a8826 [
file
] [
log
] [
blame
]
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