aboutsummaryrefslogtreecommitdiff
path: root/gitosis/test/test_repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitosis/test/test_repository.py')
-rw-r--r--gitosis/test/test_repository.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitosis/test/test_repository.py b/gitosis/test/test_repository.py
index 2ac0d79..c9fbc58 100644
--- a/gitosis/test/test_repository.py
+++ b/gitosis/test/test_repository.py
@@ -1,7 +1,6 @@
from nose.tools import eq_ as eq
import os
-import shutil
from gitosis import repository
@@ -39,8 +38,6 @@ def test_init_exist_git():
def test_init_templates():
tmp = maketemp()
path = os.path.join(tmp, 'repo.git')
- if os.path.exists(path):
- shutil.rmtree(path)
templatedir = os.path.join(
os.path.dirname(__file__),
'mocktemplates',