aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/fetch-git.cxx2
-rw-r--r--tests/rep-fetch-git-branch.test2
-rw-r--r--tests/rep-fetch-git-commit.test2
3 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx
index 1194178..a60a160 100644
--- a/bpkg/fetch-git.cxx
+++ b/bpkg/fetch-git.cxx
@@ -586,7 +586,7 @@ namespace bpkg
}
if (cap == capabilities::dumb)
- warn << "fetching over dumb HTTP, no progress will be displayed";
+ warn << "fetching over dumb HTTP, no progress will be shown";
}
// Update git index and working tree to match the reference. Fetch if
diff --git a/tests/rep-fetch-git-branch.test b/tests/rep-fetch-git-branch.test
index 94ca70e..9673c96 100644
--- a/tests/rep-fetch-git-branch.test
+++ b/tests/rep-fetch-git-branch.test
@@ -6,7 +6,7 @@ reason_dumb = ' (dumb HTTP)'
reason_unadv = ' (unadvertised commit)'
warn_dumb='
-warning: fetching over dumb HTTP, no progress will be displayed'
+warning: fetching over dumb HTTP, no progress will be shown'
: clone
:
diff --git a/tests/rep-fetch-git-commit.test b/tests/rep-fetch-git-commit.test
index d0d757c..ced0f8f 100644
--- a/tests/rep-fetch-git-commit.test
+++ b/tests/rep-fetch-git-commit.test
@@ -6,7 +6,7 @@ reason_dumb = ' (dumb HTTP)'
reason_unadv = ' (unadvertised commit)'
warn_dumb='
-warning: fetching over dumb HTTP, no progress will be displayed'
+warning: fetching over dumb HTTP, no progress will be shown'
+git clone "$rep_git/state0/style-basic.git" 2>! &style-basic/***