ash: testsuite entries for last change

This commit is contained in:
Denis Vlasenko 2008-07-25 13:40:06 +00:00
parent 6a0ad25061
commit 2b2e267b43
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
./redir5.tests: line 2: 10: Bad file descriptor
OK

View File

@ -0,0 +1,3 @@
# ash uses fd 10 (usually) for reading the script
echo LOST >&10
echo OK