Skip to content

Commit

Permalink
t4202 (log): Replace '<git-command> || :' with test_might_fail
Browse files Browse the repository at this point in the history
Acked-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Elijah Newren authored and Junio C Hamano committed Oct 6, 2010
1 parent b62b343 commit 5a57bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t4202-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 5a57bc6

Please sign in to comment.