llvm-objcopy/test: add REQUIRES: shell for use of umask

(follow-up to r365162)

llvm-svn: 366755
This commit is contained in:
David Blaikie 2019-07-22 22:23:52 +00:00
parent 710605c085
commit 9ec6f9e07e
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
## Setting the umask to 0 ensures deterministic permissions across
## test environments.
# UNSUPPORTED: system-windows
# REQUIRES: shell
# RUN: touch %t
# RUN: chmod 0777 %t

View File

@ -4,6 +4,7 @@
## Windows has no umask so this test makes no sense, nor would
## it work because there is no umask(1) in a Windows environment
# UNSUPPORTED: system-windows
# REQUIRES: shell
# RUN: rm -f %t
# RUN: touch %t