summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/test_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/test_files.py')
-rw-r--r--src/zope/tal/tests/test_files.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zope/tal/tests/test_files.py b/src/zope/tal/tests/test_files.py
index df8d4b8..8d453d5 100644
--- a/src/zope/tal/tests/test_files.py
+++ b/src/zope/tal/tests/test_files.py
@@ -95,7 +95,3 @@ def test_suite():
case = FileTestCase(arg, parentdir)
suite.addTest(case)
return suite
-
-if __name__ == "__main__":
- errs = utils.run_suite(test_suite())
- sys.exit(errs and 1 or 0)