Re: [PATCH] t7063: fix breakage with split index

2015-06-06 Thread Junio C Hamano
Thomas Gummerer writes: > When running the test suite with GIT_TEST_SPLIT_INDEX set, tests 17-18 > in t7063 fail. Unset GIT_TEST_SPLIT_INDEX at the beginning of the test, > in order to fix it. That is not fixing but sweeping the problem under the rug, is it? Duy, untracked-cache is a fairly ne

[PATCH] t7063: fix breakage with split index

2015-06-05 Thread Thomas Gummerer
When running the test suite with GIT_TEST_SPLIT_INDEX set, tests 17-18 in t7063 fail. Unset GIT_TEST_SPLIT_INDEX at the beginning of the test, in order to fix it. Signed-off-by: Thomas Gummerer --- Hi, This breakage is both in the current master and next. I'm not entirely sure this is the bes