From 5487be65a6f493968c0e997d93bcd5c2d87158ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 11:55:38 +0200 Subject: Add --no-result option to suppress printing informational messages --- tests/rep-fetch-git-commit.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/rep-fetch-git-commit.test') 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%" -- cgit v1.1