sh testsuite: sync ash-redir/ and hush-redir/

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2016-10-02 18:32:52 +02:00
parent c7a774dde4
commit df303ae117
18 changed files with 313 additions and 114 deletions

View File

@@ -1,5 +1,3 @@
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
# we had a bug where this would hang
(head -n 1 <redir6.right)
echo OK