From: David Blaikie Date: Tue, 3 Apr 2018 18:22:14 +0000 (+0000) Subject: Restrict a test using named file descriptors to using the system shell X-Git-Tag: llvmorg-7.0.0-rc1~9094 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f2b79e4426ed950fddd83b255176045b0dfdf9b;p=platform%2Fupstream%2Fllvm.git Restrict a test using named file descriptors to using the system shell llvm-svn: 329097 --- diff --git a/clang/test/Misc/dev-fd-fs.c b/clang/test/Misc/dev-fd-fs.c index d1f1328..f04b059 100644 --- a/clang/test/Misc/dev-fd-fs.c +++ b/clang/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.