From 21b7f1b6b67f191ca187910a5fd4cd2cb1eb5353 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Apr 2018 15:15:53 +0200 Subject: hush: fix a few more corner cases with empty-expanding `cmds` See added testcases function old new delta run_pipe 1723 1784 +61 Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-redir/redir_backquote1.right | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shell/hush_test/hush-redir/redir_backquote1.right (limited to 'shell/hush_test/hush-redir/redir_backquote1.right') diff --git a/shell/hush_test/hush-redir/redir_backquote1.right b/shell/hush_test/hush-redir/redir_backquote1.right new file mode 100644 index 000000000..810cc2314 --- /dev/null +++ b/shell/hush_test/hush-redir/redir_backquote1.right @@ -0,0 +1,11 @@ +hush: can't open '/cant/be/created': No such file or directory +First +One:1 v1:[] +hush: can't open '/cant/be/created': No such file or directory +Second +One:1 v2:[] +Third +Zero:0 v3:[] +Fourth +Zero:0 v4:[] +Zero:0 v5:[1] -- cgit v1.2.3