From 111cdcf295b4cab78521480f52b295d9ae719263 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 6 Jul 2017 21:01:50 +0200 Subject: shell: sync redir/* tests Note: hush-redir/redir_to_bad_fd.tests currently fails Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-redir/redir_to_bad_fd.tests | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 shell/hush_test/hush-redir/redir_to_bad_fd.tests (limited to 'shell/hush_test/hush-redir/redir_to_bad_fd.tests') diff --git a/shell/hush_test/hush-redir/redir_to_bad_fd.tests b/shell/hush_test/hush-redir/redir_to_bad_fd.tests new file mode 100755 index 000000000..91b0c1ff9 --- /dev/null +++ b/shell/hush_test/hush-redir/redir_to_bad_fd.tests @@ -0,0 +1,3 @@ +# ash uses fd 10 (usually) for reading the script +echo LOST >&10 +echo OK -- cgit v1.2.3