On Wed, Oct 19, 2016 at 03:27:35PM -0700, Junio C Hamano wrote: > Ouch. Thanks for a reminder. How about doing this for now? > [...] > test_expect_success 'git add --chmod=[+-]x changes index with already added file' ' > + rm -f foo3 xfoo3 && > echo foo >foo3 && Yeah, this makes sense. It does make me feel like the test should simply be using xfoo27, or some name that is not otherwise used in the rest of the script, but I don't mind doing the minimal thing. -Peff