aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-redir/redir_children_should_not_see_saved_fd_1.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/ash-redir/redir_children_should_not_see_saved_fd_1.tests')
-rwxr-xr-xshell/ash_test/ash-redir/redir_children_should_not_see_saved_fd_1.tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ash_test/ash-redir/redir_children_should_not_see_saved_fd_1.tests b/shell/ash_test/ash-redir/redir_children_should_not_see_saved_fd_1.tests
new file mode 100755
index 000000000..544c810e3
--- /dev/null
+++ b/shell/ash_test/ash-redir/redir_children_should_not_see_saved_fd_1.tests
@@ -0,0 +1,6 @@
+# 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