FIXME: Is it intended that this git config --unset fail? I had to add a test_might_fail as well. Signed-off-by: Elijah Newren <newren@xxxxxxxxx> --- t/t4026-color.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t4026-color.sh b/t/t4026-color.sh index d5ccdd0..156f6da 100755 --- a/t/t4026-color.sh +++ b/t/t4026-color.sh @@ -74,7 +74,7 @@ test_expect_success 'extra character after attribute' ' ' test_expect_success 'unknown color slots are ignored (diff)' ' - git config --unset diff.color.new + test_might_fail git config --unset diff.color.new && git config color.diff.nosuchslotwilleverbedefined white && git diff --color ' -- 1.7.3.95.g14291 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html