Re: [PATCH/RFC v2 05/16] t2104: Don't fail for index versions other than [23]

2012-08-05 Thread Junio C Hamano
Thomas Gummerer writes: > t2104 currently checks for the exact index version 2 or 3, > depending if there is a skip-worktree flag or not. Other > index versions do not use extended flags and thus cannot > be tested for version changes. > > Make this test update the index to version 2 at the begin

[PATCH/RFC v2 05/16] t2104: Don't fail for index versions other than [23]

2012-08-05 Thread Thomas Gummerer
t2104 currently checks for the exact index version 2 or 3, depending if there is a skip-worktree flag or not. Other index versions do not use extended flags and thus cannot be tested for version changes. Make this test update the index to version 2 at the beginning of the test. Testing the skip-wo