busybox/shell/ash_test/ash-redir/redir_to_bad_fd.tests

4 lines
73 B
Plaintext
Raw Normal View History

2008-07-25 19:10:06 +05:30
# ash uses fd 10 (usually) for reading the script
echo LOST >&10
echo OK