Restrict a test using named file descriptors to using the system shell
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Apr 2018 18:22:14 +0000 (18:22 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Apr 2018 18:22:14 +0000 (18:22 +0000)
llvm-svn: 329097

clang/test/Misc/dev-fd-fs.c

index d1f1328..f04b059 100644 (file)
@@ -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.