]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/t4026-color: remove an extra double quote character
authorBeat Bolli <bb@drbeat.li>
Thu, 2 May 2024 11:03:29 +0000 (13:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 May 2024 16:30:37 +0000 (09:30 -0700)
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>
t/t4026-color.sh

index cc3f60d468f4c51e7a6149ce8ef014bdf5a5a92b..37622451fc23bcd2dbc6f2015954c2842efc07bb 100755 (executable)
@@ -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"
 '