1
0
mirror of https://github.com/sheumann/hush.git synced 2025-03-20 15:30:20 +00:00

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
shell/ash_test/ash-redir

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

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