Skip to content

Commit 8f043f0

Browse files
committed
fixed last failing test, hopefully this works for all git versions...
1 parent 1a5885a commit 8f043f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/git/test_git.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def test_it_returns_stderr_in_output(self):
4747

4848
def test_it_does_not_strip_output_when_using_with_raw_output(self):
4949
# Note: trailing newline
50-
assert_match(r"^git: 'this-does-not-exist' is not a git-command" + os.linesep,
50+
assert_match(r"^git: 'this-does-not-exist' is not a git-command\. See 'git --help'\."
51+
+ os.linesep,
5152
self.git.this_does_not_exist(with_stderr=True,
5253
with_raw_output=True))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy