We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a1d4a commit 8aeaac1Copy full SHA for 8aeaac1
tests/test_default.py
@@ -24,4 +24,4 @@ def test_clt_package_metadata(host):
24
def test_git_is_useable(host):
25
c = host.command('/usr/bin/git --version')
26
assert c.rc == 0
27
- assert re.match('^git version \d+(.\d+)* \(Apple Git-\d+\)$', c.stdout)
+ assert re.match('^git version \d+(.\d+)* \(Apple Git-\d+(\.\d+)*\)$', c.stdout)
0 commit comments