From df303ae11731b07f63b7034a7c141931d7a6fcbb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 2 Oct 2016 18:32:52 +0200 Subject: sh testsuite: sync ash-redir/ and hush-redir/ Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-redir/redir_multi.tests | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 shell/ash_test/ash-redir/redir_multi.tests (limited to 'shell/ash_test/ash-redir/redir_multi.tests') diff --git a/shell/ash_test/ash-redir/redir_multi.tests b/shell/ash_test/ash-redir/redir_multi.tests new file mode 100755 index 000000000..c639ebb2d --- /dev/null +++ b/shell/ash_test/ash-redir/redir_multi.tests @@ -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 -- cgit v1.2.3