summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/xray/TestCases/Posix/logging-modes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/xray/TestCases/Posix/logging-modes.cc')
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/logging-modes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/TestCases/Posix/logging-modes.cc b/compiler-rt/test/xray/TestCases/Posix/logging-modes.cc
index 26dac355480..f839ba5e5f5 100644
--- a/compiler-rt/test/xray/TestCases/Posix/logging-modes.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/logging-modes.cc
@@ -1,6 +1,6 @@
// Check that we can install an implementation associated with a mode.
//
-// RUN: rm xray-log.logging-modes* || true
+// RUN: rm -f xray-log.logging-modes*
// RUN: %clangxx_xray -std=c++11 %s -o %t -fxray-modes=none
// RUN: %run %t | FileCheck %s
//
OpenPOWER on IntegriCloud