summaryrefslogtreecommitdiff
path: root/git/test/performance/lib.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-06-06 19:56:17 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-06-06 19:56:17 +0200
commit79b9dbd63f3b1ec3f1ae9269ff44f9c07eeab9fa (patch)
treee3d51e9a14d87ce6e5cef9bdf22cb04d64e12523 /git/test/performance/lib.py
parent47f14d527f61d30ffa49a6254838ca5c1aee3972 (diff)
downloadgitpython-79b9dbd63f3b1ec3f1ae9269ff44f9c07eeab9fa.tar.gz
Fixed performance commit object testing
Diffstat (limited to 'git/test/performance/lib.py')
-rw-r--r--git/test/performance/lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/lib.py b/git/test/performance/lib.py
index c92b0eea..758d402d 100644
--- a/git/test/performance/lib.py
+++ b/git/test/performance/lib.py
@@ -65,7 +65,7 @@ class TestBigRepoRW(TestBigRepoR):
super(TestBigRepoRW, cls).setUpAll()
dirname = tempfile.mktemp()
os.mkdir(dirname)
- cls.rwrepo = cls.gitrorepo.clone(dirname, shared=True, bare=True)
+ cls.rwrepo = cls.rorepo.clone(dirname, shared=True, bare=True)
@classmethod
def tearDownAll(cls):