summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Misc')
-rw-r--r--clang/test/Misc/permissions.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/Misc/permissions.cpp b/clang/test/Misc/permissions.cpp
index 143e49d58ea..83f6c572080 100644
--- a/clang/test/Misc/permissions.cpp
+++ b/clang/test/Misc/permissions.cpp
@@ -1,9 +1,5 @@
// REQUIRES: shell
-// MSYS doesn't emulate umask.
-// FIXME: Could we introduce another feature for it?
-// REQUIRES: shell-preserves-root
-
// RUN: umask 000
// RUN: %clang_cc1 -emit-llvm-bc %s -o %t
// RUN: ls -l %t | FileCheck --check-prefix=CHECK000 %s
OpenPOWER on IntegriCloud