aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeat Bolli <bb@drbeat.li>2024-05-02 13:03:29 +0200
committerJunio C Hamano <gitster@pobox.com>2024-05-02 09:30:37 -0700
commite95af749a2114415bea96333709f3471fdb5c529 (patch)
tree3e9e2017bbef609b51a67f3ceab912d561b80f71
parent786a3e4b8d754d2b14b1208b98eeb0a554ef19a8 (diff)
downloadgit-e95af749a2114415bea96333709f3471fdb5c529.tar.gz
t/t4026-color: remove an extra double quote character
This is most probably just an editing left-over from cb357221a4 (t4026: test "normal" color, 2014-11-20) which added this test. Signed-off-by: Beat Bolli <dev+git@drbeat.li> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t4026-color.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4026-color.sh b/t/t4026-color.sh
index cc3f60d468..37622451fc 100755
--- a/t/t4026-color.sh
+++ b/t/t4026-color.sh
@@ -112,7 +112,7 @@ test_expect_success '"default" can be combined with attributes' '
color "default default no-reverse bold" "[1;27;39;49m"
'
-test_expect_success '"normal" yields no color at all"' '
+test_expect_success '"normal" yields no color at all' '
color "normal black" "[40m"
'