On Thu, Dec 3, 2020 at 10:16 PM Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > > Commit e01ae2a4a7 introduced an extra space. > > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- > t/t7601-merge-pull-config.sh | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/t/t7601-merge-pull-config.sh b/t/t7601-merge-pull-config.sh > index d709799f8b..8a6aae564a 100755 > --- a/t/t7601-merge-pull-config.sh > +++ b/t/t7601-merge-pull-config.sh > @@ -33,7 +33,6 @@ test_expect_success 'pull.rebase not set' ' > test_decode_color <err >decoded && > test_i18ngrep "<YELLOW>hint: " decoded && > test_i18ngrep "Pulling without specifying how to reconcile" decoded > - > ' > > test_expect_success 'pull.rebase not set (fast-forward)' ' > -- > 2.29.2 Indeed, quite obvious and simple.