hush: fix multiple redirections of the same fd (bug 227)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
4
shell/hush_test/hush-misc/redir6.right
Normal file
4
shell/hush_test/hush-misc/redir6.right
Normal file
@@ -0,0 +1,4 @@
|
||||
Testing multiple redirections to same fd
|
||||
Hello
|
||||
Done1
|
||||
Done2
|
5
shell/hush_test/hush-misc/redir6.tests
Executable file
5
shell/hush_test/hush-misc/redir6.tests
Executable file
@@ -0,0 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user