summaryrefslogtreecommitdiff
path: root/test/git/performance/lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/performance/lib.py')
-rw-r--r--test/git/performance/lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/performance/lib.py b/test/git/performance/lib.py
index 650bea82..7d2a9f4a 100644
--- a/test/git/performance/lib.py
+++ b/test/git/performance/lib.py
@@ -60,6 +60,6 @@ class TestBigRepoRW(TestBigRepoR):
@classmethod
def tearDownAll(cls):
- shutil.rmtree(cls.gitrwrepo.working_tree_dir)
+ shutil.rmtree(cls.gitrwrepo.working_dir)
#} END base classes