8000 fix(cmd): allow any kind of status message · sean797/GitPython@d5739cd · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5739cd

Browse files
committed
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.
1 parent 17020d8 commit d5739cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git/test/test_git.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def test_environment(self, rw_dir):
210210
assert err.status == 128
211211
else:
212212
assert 'FOO' in str(err)
213-
assert err.status == 2
214213
# end
215214
# end
216215
# end if select.poll exists

0 commit comments

Comments
 (0)
0