Remove an unnecessary -f when cp'ing to a file that was just deleted. NFC.

llvm-svn: 355819
This commit is contained in:
Benjamin Kramer
2019-03-11 10:44:10 +00:00
parent 6ff32e143a
commit 1b1d372b42

View File

@@ -1,5 +1,5 @@
// RUN: rm -rf %t
// RUN: cp -rf %S/Inputs/relative-import-path %t
// RUN: cp -r %S/Inputs/relative-import-path %t
// RUN: cp %s %t/t.c
// Use FileCheck, which is more flexible.