summaryrefslogtreecommitdiffstats
path: root/test/VFS
diff options
context:
space:
mode:
authorHubert Tong <hubert.reinterpretcast@gmail.com>2018-01-04 01:15:52 +0000
committerHubert Tong <hubert.reinterpretcast@gmail.com>2018-01-04 01:15:52 +0000
commit90edd30337f6da4252b360cce1880c9f6c967318 (patch)
tree060530ef13387260e4dd07ab735d098ff42cb0ab /test/VFS
parentdf0353c0610f4838f6be32608b2eb325a9d60783 (diff)
Replace cp -a in various Clang tests
Summary: cp -a is neither part of POSIX nor the LSB. The nearest equivalent under POSIX is cp -RPp; however, cp -R is sufficient for the intended purpose. test/Modules/crash-vfs-headermaps.m is not updated since it requires system-darwin anyway. Reviewers: bruno Reviewed By: bruno Subscribers: bruno, rcraik, cfe-commits Differential Revision: https://reviews.llvm.org/D41545 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321778 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/VFS')
-rw-r--r--test/VFS/umbrella-framework-import-skipnonexist.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/VFS/umbrella-framework-import-skipnonexist.m b/test/VFS/umbrella-framework-import-skipnonexist.m
index 5c7cd6d9db..129f475fe7 100644
--- a/test/VFS/umbrella-framework-import-skipnonexist.m
+++ b/test/VFS/umbrella-framework-import-skipnonexist.m
@@ -5,7 +5,7 @@
// RUN: rm -rf %t
// RUN: mkdir -p %t/vdir %t/outdir %t/cache
-// RUN: cp -a %S/Inputs/Bar.framework %t/outdir/
+// RUN: cp -R %S/Inputs/Bar.framework %t/outdir/
//
// RUN: sed -e "s:VDIR:%t/vdir:g" -e "s:OUT_DIR:%t/outdir:g" %S/Inputs/bar-headers.yaml > %t/vdir/bar-headers.yaml
// RUN: rm -f %t/outdir/Bar.framework/Headers/B.h