summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-rc
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-10-11 21:27:54 +0000
committerReid Kleckner <rnk@google.com>2017-10-11 21:27:54 +0000
commitddf413f3e1ec51b21c0c390f393bcd2ccfe2a2c7 (patch)
treec5f76e87c9381c35e36d9b8e8664941c65c9748a /llvm/test/tools/llvm-rc
parentade90cbd794d4ea8416007a5996c44217604ec43 (diff)
downloadbcm5719-llvm-ddf413f3e1ec51b21c0c390f393bcd2ccfe2a2c7.tar.gz
bcm5719-llvm-ddf413f3e1ec51b21c0c390f393bcd2ccfe2a2c7.zip
Really fix llvm-rc include-paths.test
llvm-svn: 315515
Diffstat (limited to 'llvm/test/tools/llvm-rc')
-rw-r--r--llvm/test/tools/llvm-rc/include-paths.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-rc/include-paths.test b/llvm/test/tools/llvm-rc/include-paths.test
index e20ff7e2c99..7313ffac295 100644
--- a/llvm/test/tools/llvm-rc/include-paths.test
+++ b/llvm/test/tools/llvm-rc/include-paths.test
@@ -4,12 +4,12 @@
; RUN: llvm-readobj %t.include.res | FileCheck --check-prefix=FOUND %s
; Should find the bitmap if the folder is explicitly specified.
-; RUN: rm %t.nested-include.res
+; RUN: rm -f %t.nested-include.res
; RUN: llvm-rc /FO %t.nested-include.res /I %p/Inputs/nested %p/Inputs/deep-include.rc
; RUN: llvm-readobj %t.nested-include.res | FileCheck --check-prefix=FOUND %s
; Otherwise, it should not find the bitmap.
-; RUN: rm %t.nested-include.res
+; RUN: rm -f %t.nested-include.res
; RUN: not llvm-rc /FO %t.nested-include.res %p/Inputs/deep-include.rc 2>&1 \
; RUN: | FileCheck --check-prefix=MISSING %s
@@ -17,7 +17,7 @@
; contains the resource being searched for. Do this test last since it
; changes the current working directory and could affect the success or
; failure of other tests if run first.
-; RUN: rm %t.nested-include.res
+; RUN: rm -f %t.nested-include.res
; RUN: cd %p/Inputs/nested
; RUN: llvm-rc /FO %t.nested-include.res %p/Inputs/include.rc
; RUN: llvm-readobj %t.nested-include.res | FileCheck --check-prefix=FOUND %s
OpenPOWER on IntegriCloud