[PATCH v3 14/16] test: merge-pull-config: trivial cleanup
From: Felipe Contreras <hidden>
Date: 2020-12-05 19:54:27
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Felipe Contreras <hidden>
Date: 2020-12-05 19:54:27
Subsystem:
the rest · Maintainer:
Linus Torvalds
Commit e01ae2a4a7 introduced an extra space. Signed-off-by: Felipe Contreras <redacted> --- 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