aboutsummaryrefslogtreecommitdiff
path: root/test/Misc/dev-fd-fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/dev-fd-fs.c')
-rw-r--r--test/Misc/dev-fd-fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Misc/dev-fd-fs.c b/test/Misc/dev-fd-fs.c
index d1f13286aa8e..f04b059a6436 100644
--- a/test/Misc/dev-fd-fs.c
+++ b/test/Misc/dev-fd-fs.c
@@ -1,5 +1,6 @@
// Check that we can operate on files from /dev/fd.
// REQUIRES: dev-fd-fs
+// REQUIRES: shell
// Check reading from named pipes. We cat the input here instead of redirecting
// it to ensure that /dev/fd/0 is a named pipe, not just a redirected file.