about summary refs log tree commit diff
path: root/pkgs/development/python-modules/git-annex-adapter/not-a-git-repo-testcase.patch
blob: 2a386ee3f2f91389cd617066205ed4b040b5f145 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/test_process.py b/tests/test_process.py
index 493fc8f..feb1833 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -126,7 +126,7 @@ class TestProcessOnEmptyDir(TempDirTestCase):
         with self.assertRaises(subprocess.CalledProcessError) as cm:
             runner('status', '-sb')
         self.assertIn(
-            "fatal: Not a git repository",
+            "fatal: not a git repository",
             cm.exception.stderr,
         )