busybox/shell/hush_test/hush-redir/redir_to_bad_fd3.tests

4 lines
72 B
Plaintext
Executable File

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