diff options
Diffstat (limited to 'tests/rep-fetch-git.testscript')
-rw-r--r-- | tests/rep-fetch-git.testscript | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/rep-fetch-git.testscript b/tests/rep-fetch-git.testscript index 8b5b010..b8008ca 100644 --- a/tests/rep-fetch-git.testscript +++ b/tests/rep-fetch-git.testscript @@ -9,13 +9,13 @@ reason_dumb = ' (dumb HTTP)' reason_unadv = ' (unadvertised commit)' -warn_dumb=' -warning: no progress will be shown (dumb HTTP)' +info_dumb=' +info: no progress will be shown (dumb HTTP)' -warn_repo_hist = "warning: fetching whole repository history" -warn_ref_hist = "warning: fetching whole reference history" +info_repo_hist = "info: fetching whole repository history" +info_ref_hist = "info: fetching whole reference history" -warn = '%.{0}' # None. +info = '%.{0}' # None. test.cleanups += &cfg/.bpkg/repos/*/*** |