summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-redir/redir_multi.tests (plain)
blob: c639ebb2d77e4d7ec7f37317b446a8296a9a8826
1echo "Testing multiple redirections to same fd"
2# bug was making us lose fd #1 after this:
3echo Hello >/dev/null 1>&2
4echo Done1
5echo Done2 >&2
6