busybox/shell/hush_test/hush-redir/redir_to_bad_fd.tests
Denys Vlasenko 111cdcf295 shell: sync redir/* tests
Note: hush-redir/redir_to_bad_fd.tests currently fails

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-07-06 21:01:50 +02:00

3 lines
73 B
Text
Executable file

# ash uses fd 10 (usually) for reading the script
echo LOST >&10
echo OK