tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.

llvm-svn: 168095
This commit is contained in:
Daniel Dunbar 2012-11-15 21:31:13 +00:00
parent 095d4fe02b
commit c61fae4205
1 changed files with 3 additions and 0 deletions

View File

@ -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