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.
2 parents 1f9d274 + 3cb4384 commit c5887afCopy full SHA for c5887af
t/t0091-bugreport.sh
@@ -39,9 +39,9 @@ test_expect_success 'sanity check "System Info" section' '
39
40
sed -ne "/^\[System Info\]$/,/^$/p" <git-bugreport-format.txt >system &&
41
42
- # The beginning should match "git version --build-info" verbatim,
+ # The beginning should match "git version --build-options" verbatim,
43
# but rather than checking bit-for-bit equality, just test some basics.
44
- grep "git version [0-9]." system &&
+ grep "git version " system &&
45
grep "shell-path: ." system &&
46
47
# After the version, there should be some more info.
0 commit comments