From ffe005576ac2bd46021fc80112ba7e8e0ab5dd10 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 24 Feb 2020 19:08:14 +0530 Subject: lib-log-graph: consolidate colored graph cmp logic Signed-off-by: Abhishek Kumar Signed-off-by: Junio C Hamano --- t/t4215-log-skewed-merges.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 't/t4215-log-skewed-merges.sh') diff --git a/t/t4215-log-skewed-merges.sh b/t/t4215-log-skewed-merges.sh index e1e94176da..28d0779a8c 100755 --- a/t/t4215-log-skewed-merges.sh +++ b/t/t4215-log-skewed-merges.sh @@ -305,9 +305,7 @@ test_expect_success 'log --graph with multiple tips and colors' ' |/ * 6_A EOF - git log --color=always --graph --date-order --pretty=tformat:%s 6_1 6_3 6_5 >actual.colors.raw && - test_decode_color actual.colors && - test_cmp expect.colors actual.colors + lib_test_cmp_colored_graph --date-order --pretty=tformat:%s 6_1 6_3 6_5 ' test_expect_success 'log --graph with multiple tips' ' -- cgit v1.2.3