Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: >> This "unknown capability" error message is translated, so it should be >> checked with 'test_i18ngrep'. > > In other words, this patch (which makes things work over here): Thanks. > > -- snipsnap -- > Subject: [PATCH] fixup! bundle: add new version for use with SHA-256 > > --- > t/t5607-clone-bundle.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/t/t5607-clone-bundle.sh b/t/t5607-clone-bundle.sh > index 4a2a3968cc1..ca4efd88d4a 100755 > --- a/t/t5607-clone-bundle.sh > +++ b/t/t5607-clone-bundle.sh > @@ -118,7 +118,7 @@ test_expect_success 'git bundle v3 rejects unknown extensions' ' > echo "@unknown=silly" >>new && > sed "1,2d" >>new && > test_must_fail git bundle verify new 2>output && > - grep "unknown capability .unknown=silly." output > + test_i18ngrep "unknown capability .unknown=silly." output > ' > > test_done > -- > 2.26.0.windows.1