aboutsummaryrefslogtreecommitdiff
path: root/gitosis/test/test_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitosis/test/test_init.py')
-rw-r--r--gitosis/test/test_init.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitosis/test/test_init.py b/gitosis/test/test_init.py
index e3531a3..feca828 100644
--- a/gitosis/test/test_init.py
+++ b/gitosis/test/test_init.py
@@ -49,9 +49,9 @@ def test_init_admin_repository():
# the only thing guaranteed of initial config file ordering is
# that [gitosis] is first
got = util.readFile(os.path.join(export_dir, 'gitosis.conf'))
- # We can't gaurentee this anymore
- #got = got.splitlines()[0]
- #eq(got, '[gitosis]')
+ # We can't gaurentee this anymore
+ got = got.splitlines()[0]
+ eq(got, '[gitosis]')
cfg.read(os.path.join(export_dir, 'gitosis.conf'))
eq(sorted(cfg.sections()),
sorted([