aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-redir
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-25 13:40:06 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-25 13:40:06 +0000
commit2b2e267b434d197fdbce2b36181dfd422da7f9d2 (patch)
tree5da29ef1598e6f9949c3471a6118398053724181 /shell/ash_test/ash-redir
parent6a0ad2506116f4ddc3f9f617a90ba04a57eeef88 (diff)
downloadbusybox-2b2e267b434d197fdbce2b36181dfd422da7f9d2.tar.gz
ash: testsuite entries for last change
Diffstat (limited to 'shell/ash_test/ash-redir')
-rw-r--r--shell/ash_test/ash-redir/redir5.right2
-rwxr-xr-xshell/ash_test/ash-redir/redir5.tests3
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ash_test/ash-redir/redir5.right b/shell/ash_test/ash-redir/redir5.right
new file mode 100644
index 000000000..9d0877765
--- /dev/null
+++ b/shell/ash_test/ash-redir/redir5.right
@@ -0,0 +1,2 @@
+./redir5.tests: line 2: 10: Bad file descriptor
+OK
diff --git a/shell/ash_test/ash-redir/redir5.tests b/shell/ash_test/ash-redir/redir5.tests
new file mode 100755
index 000000000..91b0c1ff9
--- /dev/null
+++ b/shell/ash_test/ash-redir/redir5.tests
@@ -0,0 +1,3 @@
+# ash uses fd 10 (usually) for reading the script
+echo LOST >&10
+echo OK