diff options
Diffstat (limited to 'lldb/test/breakpoint_command/TestBreakpointCommand.py')
-rw-r--r-- | lldb/test/breakpoint_command/TestBreakpointCommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/breakpoint_command/TestBreakpointCommand.py b/lldb/test/breakpoint_command/TestBreakpointCommand.py index 5597ee94caf..d9e2ec67a80 100644 --- a/lldb/test/breakpoint_command/TestBreakpointCommand.py +++ b/lldb/test/breakpoint_command/TestBreakpointCommand.py @@ -13,7 +13,7 @@ class BreakpointCommandTestCase(TestBase): @classmethod def classCleanup(cls): - system(["/bin/sh", "-c", "rm output.txt"]) + system(["/bin/sh", "-c", "rm -f output.txt"]) @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") def test_with_dsym(self): |