diff options
| -rw-r--r-- | lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py b/lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py index 9c62720..0c82c28 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 |
