From 1dd6cf867754030223fadd0f4d959039f713bfb1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 2 May 2009 14:17:31 +0200 Subject: hush: fix multiple redirections of the same fd (bug 227) Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/redir6.right | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell/hush_test/hush-misc/redir6.right (limited to 'shell/hush_test/hush-misc/redir6.right') diff --git a/shell/hush_test/hush-misc/redir6.right b/shell/hush_test/hush-misc/redir6.right new file mode 100644 index 000000000..a97c4bdf1 --- /dev/null +++ b/shell/hush_test/hush-misc/redir6.right @@ -0,0 +1,4 @@ +Testing multiple redirections to same fd +Hello +Done1 +Done2 -- cgit v1.2.3