aboutsummaryrefslogtreecommitdiff
path: root/test/Misc/permissions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/permissions.cpp')
-rw-r--r--test/Misc/permissions.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Misc/permissions.cpp b/test/Misc/permissions.cpp
index 143e49d58eac..83f6c5720809 100644
--- a/test/Misc/permissions.cpp
+++ b/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