On Mon, Dec 16, 2013 at 4:09 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Samuel Bronson <naesten@xxxxxxxxx> writes: >> +test_expect_success 'unreadable orderfile' ' >> + touch unreadable_file && >> + chmod -r unreadable_file && > - this test probably needs restricted to people with sane > filesystems; I think POSIXPERM prerequisite and also SANITY > prerequisite are needed, at least. Hmm, yeah, you've got a point; now that I think more carefully, the most FAT can do is something like "chmod -w", nothing with the "r" permissions. Oops. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html