From c4cf542c575068d55368e771abf6c358bfebf5d3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 2 Oct 2016 17:55:51 +0200 Subject: sh testsuite: create hush-redir/* and move files around Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/redir6.tests | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 shell/hush_test/hush-misc/redir6.tests (limited to 'shell/hush_test/hush-misc/redir6.tests') diff --git a/shell/hush_test/hush-misc/redir6.tests b/shell/hush_test/hush-misc/redir6.tests deleted file mode 100755 index c639ebb2d..000000000 --- a/shell/hush_test/hush-misc/redir6.tests +++ /dev/null @@ -1,5 +0,0 @@ -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