t4014: clean up format.thread config after each test
commite810715528eda01914d2df82628872e8df9929d5
authorJeff King <peff@peff.net>
Mon, 19 Sep 2011 19:15:45 +0000 (19 15:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Sep 2011 20:14:32 +0000 (19 13:14 -0700)
tree66eb2015ee550fce10ac374ca1fd129e3704a16e
parent787570c7cddea7ffe3cb2e52c8af169bb17ba29b
t4014: clean up format.thread config after each test

The threading tests turn on format.thread, but never clean
up after themselves, meaning that later tests will also have
format.thread set.

This is more annoying than most leftover config, too,
because not only does it impact the results of other tests,
but it does so non-deterministically. Threading requires the
generation of message-ids, which incorporate the current
time, meaning a slow-running test script may generate
different results from run to run.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh