diff --git a/test/tw-1306.t b/test/tw-1306.t index c686efc4f..9a3000f5d 100755 --- a/test/tw-1306.t +++ b/test/tw-1306.t @@ -28,7 +28,6 @@ import sys import os -from glob import glob # Ensure python finds the local simpletap and basetest modules sys.path.append(os.path.dirname(os.path.abspath(__file__))) @@ -41,13 +40,6 @@ class BaseTestBug1306(BaseTestCase): fh.write("data.location=.\n" "confirmation=no\n") - @classmethod - def finish(cls): - for file in glob("*.data"): - os.remove(file) - - os.remove("1306.rc") - class TestBug1306(BaseTestBug1306): def test_overdue(self): """FILTER before 'add' command upgraded to MODIFICATION"""