From d5739cd466f77a60425bd2860895799f7c9359d9 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 13 Jun 2016 10:21:04 +0200 Subject: 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. --- git/test/test_git.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/test/test_git.py') 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 -- cgit v1.2.1