summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-05-05 12:08:23 -0400
committerJim Meyering <jim@meyering.net>2006-05-05 12:08:23 -0400
commit09da6bb67e890de6dc5ba2716c79b0446f861b55 (patch)
treeffe52a708e4b8c6fe8263790790c3a615b9a2274 /tests
parent82b03d49c9d5591f9d2f83bc5022703a21bda18a (diff)
downloadthird_party-cobbler-09da6bb67e890de6dc5ba2716c79b0446f861b55.tar.gz
third_party-cobbler-09da6bb67e890de6dc5ba2716c79b0446f861b55.tar.xz
third_party-cobbler-09da6bb67e890de6dc5ba2716c79b0446f861b55.zip
Weakref additions prior to refactoring
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tests.py b/tests/tests.py
index cfe1081..34b66d8 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -49,8 +49,7 @@ class BootTest(unittest.TestCase):
self.make_basic_config()
def tearDown(self):
- # this is causing problems with the sync() test
- # shutil.rmtree(self.topdir,ignore_errors=True)
+ shutil.rmtree(self.topdir,ignore_errors=True)
self.api = None
def make_basic_config(self):