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

4 lines
74 B
Plaintext
Executable File

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