summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-06-13 10:21:04 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-06-13 10:21:04 +0200
commitd5739cd466f77a60425bd2860895799f7c9359d9 (patch)
tree86c019c04ea6e15b685b34517d14a623ca1e332d
parent17020d8ac806faf6ffa178587a97625589ba21eb (diff)
downloadgitpython-d5739cd466f77a60425bd2860895799f7c9359d9.tar.gz
fix(cmd): allow any kind of status message
I see no need in verifying the status code. It's enough to just get the error.
-rw-r--r--git/test/test_git.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_git.py b/git/test/test_git.py
index 2d6ca8bc..b46ac72d 100644
--- a/git/test/test_git.py
+++ b/git/test/test_git.py
@@ -210,7 +210,6 @@ class TestGit(TestBase):
assert err.status == 128
else:
assert 'FOO' in str(err)
- assert err.status == 2
# end
# end
# end if select.poll exists