diff options
author | Denys Vlasenko | 2016-10-02 17:55:51 +0200 |
---|---|---|
committer | Denys Vlasenko | 2016-10-02 17:55:51 +0200 |
commit | c4cf542c575068d55368e771abf6c358bfebf5d3 (patch) | |
tree | b916ff4bea0671437b80257fa82283ad8e09faab /shell/hush_test/hush-redir/redir4.right | |
parent | 1b73f8471a3694d2e6b035bb7f04e1f4df943f03 (diff) | |
download | busybox-c4cf542c575068d55368e771abf6c358bfebf5d3.zip busybox-c4cf542c575068d55368e771abf6c358bfebf5d3.tar.gz |
sh testsuite: create hush-redir/* and move files around
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-redir/redir4.right')
-rw-r--r-- | shell/hush_test/hush-redir/redir4.right | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/hush_test/hush-redir/redir4.right b/shell/hush_test/hush-redir/redir4.right new file mode 100644 index 0000000..ead25f6 --- /dev/null +++ b/shell/hush_test/hush-redir/redir4.right @@ -0,0 +1,18 @@ +shell_test +\shell_test +\shell_test +\shell_test +Here1 +Ok1 +Here2 +Ok2 +Here3 +Ok3 +Here4 +Ok4 +Now with variable refs +shell_test_1 +\shell_test_1 +\shell_test_1 +\shell_test_1 +Done |