summaryrefslogtreecommitdiff
path: root/test/xray/TestCases/Posix/fdr-single-thread.cc
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-06-19 07:11:33 +0000
committerFangrui Song <maskray@google.com>2018-06-19 07:11:33 +0000
commit3fb3651027c962f7a0ee36e1773f85561e212985 (patch)
tree61d14d3fbf41839e175cb3249522fbc85aef7463 /test/xray/TestCases/Posix/fdr-single-thread.cc
parentf9af46fc7a7cf019671c91c487f5216db984ca21 (diff)
[XRay] rm GLOB || true -> rm -f
Summary: `rm -f` does not write diagnostic message when there is no file argument. Reviewers: dberris Subscribers: delcypher, llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D48311 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray/TestCases/Posix/fdr-single-thread.cc')
-rw-r--r--test/xray/TestCases/Posix/fdr-single-thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/TestCases/Posix/fdr-single-thread.cc b/test/xray/TestCases/Posix/fdr-single-thread.cc
index 55cdbd062..438d5ce0f 100644
--- a/test/xray/TestCases/Posix/fdr-single-thread.cc
+++ b/test/xray/TestCases/Posix/fdr-single-thread.cc
@@ -1,5 +1,5 @@
// RUN: %clangxx_xray -g -std=c++11 %s -o %t
-// RUN: rm fdr-logging-1thr-* || true
+// RUN: rm -f fdr-logging-1thr-*
// RUN: XRAY_OPTIONS=XRAY_OPTIONS="verbosity=1 patch_premain=true \
// RUN: xray_naive_log=false xray_fdr_log=true \
// RUN: xray_fdr_log_func_duration_threshold_us=0 \