mirror of
https://github.com/git/git.git
synced 2026-01-08 09:13:48 +00:00
Merge branch 'rs/t4014-git-version-string-fix'
Test fix. * rs/t4014-git-version-string-fix: t4014: support Git version strings with spaces
This commit is contained in:
@@ -980,7 +980,7 @@ test_expect_success 'format-patch --ignore-if-in-upstream HEAD' '
|
||||
|
||||
test_expect_success 'get git version' '
|
||||
git_version=$(git --version) &&
|
||||
git_version=${git_version##* }
|
||||
git_version=${git_version#git version }
|
||||
'
|
||||
|
||||
signature() {
|
||||
|
||||
Reference in New Issue
Block a user