]> granicus.if.org Git - clang/commitdiff
Avoid assumption that lit tests are writable. NFC
authorSam McCall <sam.mccall@gmail.com>
Mon, 8 Jan 2018 15:05:01 +0000 (15:05 +0000)
committerSam McCall <sam.mccall@gmail.com>
Mon, 8 Jan 2018 15:05:01 +0000 (15:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321997 91177308-0d34-0410-b5e6-96231b3b80d8

test/ARCMT/releases-driver.m
test/ARCMT/releases-driver.m.result
test/ARCMT/with-arc-mode-modify.m
test/ARCMT/with-arc-mode-modify.m.result
test/PCH/verify_pch.m
test/VFS/real-path-found-first.m

index 7b1d2fb8e5b25e13aa9aa7b5f27849ea2b315a84..3dd546fd6cd537bd1db58403efa871c5f6ec625c 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: cp %s %t
+// RUN: cat %s > %t
 // RUN: %clang_cc1 -arcmt-modify -triple x86_64-apple-macosx10.6 -x objective-c %t
 // RUN: diff %t %s.result
 // RUN: rm %t
index 4c864bd2a874abc09afe9a915b44c39d771cb491..e9aa2d5ac44e99e0cb538fdb3f8798d663fdf396 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: cp %s %t
+// RUN: cat %s > %t
 // RUN: %clang_cc1 -arcmt-modify -triple x86_64-apple-macosx10.6 -x objective-c %t
 // RUN: diff %t %s.result
 // RUN: rm %t
index fbbd630700f4abbd487fe5f1441a82a4bc584819..bc4662de23e828f5c06936c6f0938e956c0a0e2d 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: cp %s %t
+// RUN: cat %s > %t
 // RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
 // RUN: diff %t %s.result
 // RUN: rm %t
index 631f276516f689f8de9425dd07d6bb630d1683dd..b847c13f6b4cf181b5e15132f8431cc03901e4ee 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
-// RUN: cp %s %t
+// RUN: cat %s > %t
 // RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
 // RUN: diff %t %s.result
 // RUN: rm %t
index e905f2537c7f550e4a58e9b047d9b459b756a641..d50e23456e35cee358c2c4e069d595e6e727dc38 100644 (file)
@@ -2,7 +2,7 @@
 // RUN: rm -rf %t
 // RUN: mkdir -p %t/usr/include
 // RUN: echo '// empty' > %t/usr/include/sys_header.h
-// RUN: cp %s %t.h
+// RUN: cat %s > %t.h
 //
 // Precompile
 // RUN: %clang_cc1 -isystem %t/usr/include -x objective-c-header -emit-pch -o %t.pch %t.h
index 5838aa36c4524139876ad6c0479817f9ba950633..cc5a0024ea802432a55aa48d6fb604c49a53d6b1 100644 (file)
@@ -7,7 +7,7 @@
 // REQUIRES: shell
 // RUN: rm -rf %t %t-cache %t.pch
 // RUN: mkdir -p %t/SomeFramework.framework/Modules
-// RUN: cp %S/Inputs/some_frame_module.map %t/SomeFramework.framework/Modules/module.modulemap
+// RUN: cat %S/Inputs/some_frame_module.map > %t/SomeFramework.framework/Modules/module.modulemap
 // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml
 
 // Build