From 384f4d7cb5aec88bee11011400754f7cea334819 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 11 Mar 2019 10:44:10 +0000 Subject: [PATCH] Remove an unnecessary -f when cp'ing to a file that was just deleted. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355819 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/relative-import-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/relative-import-path.c b/test/Modules/relative-import-path.c index 4d988d89c3..045ab2bd3c 100644 --- a/test/Modules/relative-import-path.c +++ b/test/Modules/relative-import-path.c @@ -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. -- 2.40.0