Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] git init: optionally allow a directory argument

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:06

Johannes Sixt [off-list ref] writes:
On Samstag, 25. Juli 2009, Junio C Hamano wrote:
quoted
+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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help