milki преди 13 години
родител
ревизия
3abd3b5a94
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      dulwich/tests/test_index.py

+ 2 - 1
dulwich/tests/test_index.py

@@ -254,7 +254,8 @@ class BuildIndexTests(TestCase):
         self.assertEquals(['.git'], os.listdir(repo.path))
 
     def test_nonempty(self):
-        if os.name != 'posix': self.skip("test depends on POSIX shell")
+        if os.name != 'posix':
+            self.skip("test depends on POSIX shell")
 
         repo_dir = tempfile.mkdtemp()
         repo = Repo.init(repo_dir)