diff options
-rw-r--r-- | Lib/test/test_hotshot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hotshot.py b/Lib/test/test_hotshot.py index d406290..4ddc907 100644 --- a/Lib/test/test_hotshot.py +++ b/Lib/test/test_hotshot.py @@ -28,7 +28,7 @@ class HotShotTestCase(unittest.TestCase): def get_logreader(self): log = hotshot.log.LogReader(self.logfn) - os.unlink(self.logfn) + #XXX os.unlink(self.logfn) return log def get_events_wotime(self): |