diff options
author | Denys Vlasenko | 2009-05-02 14:17:31 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-05-02 14:17:31 +0200 |
commit | 1dd6cf867754030223fadd0f4d959039f713bfb1 (patch) | |
tree | 66d78ab21de9cdfaa4d66f90d63c15a5e04fd046 /shell/hush_test/hush-misc/redir6.right | |
parent | 54e0843e7dabc4f6d79781f8b07094dadacd4cd5 (diff) | |
download | busybox-1dd6cf867754030223fadd0f4d959039f713bfb1.zip busybox-1dd6cf867754030223fadd0f4d959039f713bfb1.tar.gz |
hush: fix multiple redirections of the same fd (bug 227)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/redir6.right')
-rw-r--r-- | shell/hush_test/hush-misc/redir6.right | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/redir6.right b/shell/hush_test/hush-misc/redir6.right new file mode 100644 index 0000000..a97c4bd --- /dev/null +++ b/shell/hush_test/hush-misc/redir6.right @@ -0,0 +1,4 @@ +Testing multiple redirections to same fd +Hello +Done1 +Done2 |