diff options
-rw-r--r-- | test/Misc/dev-fd-fs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Misc/dev-fd-fs.c b/test/Misc/dev-fd-fs.c index e35486ebe2..fbc50fc685 100644 --- a/test/Misc/dev-fd-fs.c +++ b/test/Misc/dev-fd-fs.c @@ -1,5 +1,8 @@ // Check that we can operate on files from /dev/fd. // REQUIRES: dev-fd-fs +// +// Currently, this only appears to work on Darwin's dev-fs. +// REQUIRES: system-darwin // Check reading from named pipes. We cat the input here instead of redirecting |