From: Elijah Newren Date: Sun, 3 Oct 2010 20:00:04 +0000 (-0600) Subject: t4202 (log): Replace ' || :' with test_might_fail X-Git-Tag: v1.7.4-rc0~65^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5a57bc6bfc5a4d33aa90eace0016bbe768e09a4d t4202 (log): Replace ' || :' with test_might_fail Acked-by: Ævar Arnfjörð Bjarmason Reviewed-by: Jonathan Nieder Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/t/t4202-log.sh b/t/t4202-log.sh index 2e51356947..1172e4540e 100755 --- a/t/t4202-log.sh +++ b/t/t4202-log.sh @@ -393,7 +393,7 @@ test_expect_success 'log --graph with merge' ' ' test_expect_success 'log.decorate configuration' ' - git config --unset-all log.decorate || : + test_might_fail git config --unset-all log.decorate && git log --oneline >expect.none && git log --oneline --decorate >expect.short &&