Skip to content

Commit e95af74

Browse files
Beat Bolligitster
authored andcommitted
t/t4026-color: remove an extra double quote character
This is most probably just an editing left-over from cb35722 (t4026: test "normal" color, 2014-11-20) which added this test. Signed-off-by: Beat Bolli <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 786a3e4 commit e95af74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4026-color.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ test_expect_success '"default" can be combined with attributes' '
112112
color "default default no-reverse bold" "[1;27;39;49m"
113113
'
114114

115-
test_expect_success '"normal" yields no color at all"' '
115+
test_expect_success '"normal" yields no color at all' '
116116
color "normal black" "[40m"
117117
'
118118

0 commit comments

Comments
 (0)