diff options
| -rw-r--r-- | clang/test/Modules/relative-import-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/relative-import-path.c b/clang/test/Modules/relative-import-path.c index 4d988d89c32..045ab2bd3ce 100644 --- a/clang/test/Modules/relative-import-path.c +++ b/clang/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. |

