busybox/shell/ash_test/ash-redir/redir_to_bad_fd.tests
Denys Vlasenko 1ff1a75710 ash: rename redir5.tests (hush has redir5.tests which is different)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-07-06 21:00:19 +02:00

4 lines
73 B
Plaintext
Executable File

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