summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/shell/ash_test/ash-redir/redir2.tests
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/shell/ash_test/ash-redir/redir2.tests')
-rwxr-xr-xrelease/src/router/busybox/shell/ash_test/ash-redir/redir2.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/src/router/busybox/shell/ash_test/ash-redir/redir2.tests b/release/src/router/busybox/shell/ash_test/ash-redir/redir2.tests
new file mode 100755
index 00000000..61ccea30
--- /dev/null
+++ b/release/src/router/busybox/shell/ash_test/ash-redir/redir2.tests
@@ -0,0 +1,5 @@
+# ash once couldn't redirect above fd#9
+exec 1>/dev/null
+(echo LOST1 >&22) 22>&1
+(echo LOST2 >&22) 22>&1
+(echo OK >&22) 22>&2