diff --git a/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py b/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py index 9c62720f1e1b2dc693f953d6fceb23cf6c8603f7..0c82c284bc55faff0e7fdf75da71d148f1c3a034 100644 --- a/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py +++ b/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py @@ -14,7 +14,7 @@ class BreakpointCommandTestCase(TestBase): @classmethod def classCleanup(cls): """Cleanup the test byproduct of breakpoint_command_sequence(self).""" - system(["/bin/sh", "-c", "rm -f output.txt"]) + system(["/bin/sh", "-c", "rm -f output.txt output2.txt"]) @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @dsym_test