Johannes Sixt <j6t@xxxxxxxx> writes: > On Samstag, 25. Juli 2009, Junio C Hamano wrote: >> +test_expect_success 'init notices EPERM' ' >> + rm -fr newdir && >> + ( >> + mkdir newdir && >> + chmod -w newdir && >> + test_must_fail git init newdir/a/b >> + ) >> +' > > This test will require POSIXPERM prerequisite. Heh, I knew it ;-) Thanks. -- 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