aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-fetch-git-commit.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rep-fetch-git-commit.test')
-rw-r--r--tests/rep-fetch-git-commit.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rep-fetch-git-commit.test b/tests/rep-fetch-git-commit.test
index ba05de5..3169904 100644
--- a/tests/rep-fetch-git-commit.test
+++ b/tests/rep-fetch-git-commit.test
@@ -27,7 +27,7 @@ warning: fetching over dumb HTTP, no progress will be shown'
if ($git_protocol == 'https-smart-unadv')
warn = '%.{0}'
- fetch = "%Fetching in '.+$abbr_commit'.+%"
+ fetch = "%fetching in '.+$abbr_commit'.+%"
else
warn = "warning: fetching whole repository history"
@@ -56,7 +56,7 @@ warning: fetching over dumb HTTP, no progress will be shown'
if ($git_protocol == 'https-smart-unadv')
warn = '%.{0}'
- fetch = "%Fetching in '.+$abbr_commit'.+%"
+ fetch = "%fetching in '.+$abbr_commit'.+%"
else
warn = "warning: fetching whole branch history"
@@ -95,7 +95,7 @@ warning: fetching over dumb HTTP, no progress will be shown'
fetch = '%.{0}'
else
warn = '%.{0}'
- fetch = "%Fetching in '.+$abbr_commit'.+%"
+ fetch = "%fetching in '.+$abbr_commit'.+%"
end;
$* 2>>~"%EOE%"