diff options
author | Denys Vlasenko | 2016-10-02 18:32:52 +0200 |
---|---|---|
committer | Denys Vlasenko | 2016-10-02 18:32:52 +0200 |
commit | df303ae11731b07f63b7034a7c141931d7a6fcbb (patch) | |
tree | 39daf30ce526ee9d9cfb1ebe8326bd13588d8942 /shell/hush_test/hush-redir/redir_escapednum.tests | |
parent | c7a774dde4b777126de5ef9f718b503a15bf4d30 (diff) | |
download | busybox-df303ae11731b07f63b7034a7c141931d7a6fcbb.zip busybox-df303ae11731b07f63b7034a7c141931d7a6fcbb.tar.gz |
sh testsuite: sync ash-redir/ and hush-redir/
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-redir/redir_escapednum.tests')
-rwxr-xr-x | shell/hush_test/hush-redir/redir_escapednum.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-redir/redir_escapednum.tests b/shell/hush_test/hush-redir/redir_escapednum.tests new file mode 100755 index 0000000..81983ca --- /dev/null +++ b/shell/hush_test/hush-redir/redir_escapednum.tests @@ -0,0 +1,2 @@ +echo NOT SHOWN \2>/dev/null +echo Ok |