summaryrefslogtreecommitdiff
path: root/test/git/test_git.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_git.py')
-rw-r--r--test/git/test_git.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/git/test_git.py b/test/git/test_git.py
index e358d01b..3bf7e362 100644
--- a/test/git/test_git.py
+++ b/test/git/test_git.py
@@ -47,6 +47,7 @@ class TestGit(object):
def test_it_does_not_strip_output_when_using_with_raw_output(self):
# Note: trailing newline
- assert_match(r"^git: 'this-does-not-exist' is not a git-command" + os.linesep,
+ assert_match(r"^git: 'this-does-not-exist' is not a git-command\. See 'git --help'\."
+ + os.linesep,
self.git.this_does_not_exist(with_stderr=True,
with_raw_output=True))