redir_multi.tests 144 B

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