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

‎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
asserterr.status==128
211211
else:
212212
assert'FOO'instr(err)
213-
asserterr.status==2
214213
# end
215214
# end
216215
# end if select.poll exists

0 commit comments

Comments
(0)