Remove all written files
authorFilipe Cabecinhas <me@filcab.net>
Mon, 28 May 2012 04:07:56 +0000 (04:07 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Mon, 28 May 2012 04:07:56 +0000 (04:07 +0000)
llvm-svn: 157562

lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py

index 9c62720..0c82c28 100644 (file)
@@ -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