Sign in
coral
/
busybox
/
e04a38c0c91c17ce27fb11d83f6767614b7d6b59
/
.
/
shell
/
ash_test
/
ash-redir
/
redir_children_should_not_see_saved_fd_1.tests
blob: 544c810e3ce4b88666d52e809a66fa5d1f2940d5 [
file
] [
log
] [
blame
]
# The "find" should not see "saved" (duplicated) fd #1
# Explicitly use bbox find, since other implementations of "find"
# may open other descriptors as well.
busybox find
/
proc
/
self
/
fd
>
tmp_$$
.
out
cat tmp_$$
.
out
rm
-
f tmp_$$
.
out