Skip to content

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

Diff for: git/test/test_git.py

-1
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)