On Thu, Oct 19, 2017 at 1:24 PM, Jeff King <peff@xxxxxxxx> wrote: > > +test_expect_success 'clean up whitespace-test colors' ' > + git config --unset color.diff.oldMoved && > + git config --unset color.diff.newMoved > +' This could be part of the previous test as test_config color.diff.oldMoved "magenta" && test_config color.diff.newMoved "cyan" && in the beginning. (That way we also do not pollute the setup, but keeping it test local). With or without this nit, this is Reviewed-by: Stefan Beller <sbeller@xxxxxxxxxx> Thanks, Stefan