mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
5 lines
159 B
Text
Executable file
5 lines
159 B
Text
Executable file
# redirects to closed descriptors should not leave these descriptors
|
|
# open afterwards
|
|
echo TEST 9>/dev/null
|
|
echo MUST ERROR OUT >&9
|
|
echo "Output to fd#9: $?"
|