summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2019-07-22 22:23:52 +0000
committerDavid Blaikie <dblaikie@gmail.com>2019-07-22 22:23:52 +0000
commit9ec6f9e07e6b9529a26fc5e6382cf6548a21caf0 (patch)
treea217d6845f49aa312cf4ab597b5410b4d75bbd5e
parent710605c0853199bb447d537c3271e3e79894149e (diff)
downloadbcm5719-llvm-9ec6f9e07e6b9529a26fc5e6382cf6548a21caf0.tar.gz
bcm5719-llvm-9ec6f9e07e6b9529a26fc5e6382cf6548a21caf0.zip
llvm-objcopy/test: add REQUIRES: shell for use of umask
(follow-up to r365162) llvm-svn: 366755
-rw-r--r--llvm/test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test1
-rw-r--r--llvm/test/tools/llvm-objcopy/ELF/respect-umask.test1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test b/llvm/test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test
index ce6e79b1f2b..39957716a1d 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test
@@ -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
diff --git a/llvm/test/tools/llvm-objcopy/ELF/respect-umask.test b/llvm/test/tools/llvm-objcopy/ELF/respect-umask.test
index f4d30990561..376e33a2178 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/respect-umask.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/respect-umask.test
@@ -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
OpenPOWER on IntegriCloud