Skip to content

Commit c5887af

Browse files
committed
Merge branch 'jc/t0091-with-unknown-git'
The test did not work when Git was built from a repository without tags. * jc/t0091-with-unknown-git: t0091: allow test in a repository without tags
2 parents 1f9d274 + 3cb4384 commit c5887af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t0091-bugreport.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ test_expect_success 'sanity check "System Info" section' '
3939
4040
sed -ne "/^\[System Info\]$/,/^$/p" <git-bugreport-format.txt >system &&
4141
42-
# The beginning should match "git version --build-info" verbatim,
42+
# The beginning should match "git version --build-options" verbatim,
4343
# but rather than checking bit-for-bit equality, just test some basics.
44-
grep "git version [0-9]." system &&
44+
grep "git version " system &&
4545
grep "shell-path: ." system &&
4646
4747
# After the version, there should be some more info.

0 commit comments

Comments
 (0)