t0001-init: split the existence test from the permission test
commitd82e75e86c8d1555aaa6415034aff215633fe7f2
authorJohannes Sixt <j6t@kdbg.org>
Sun, 9 Aug 2009 16:02:55 +0000 (9 18:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Aug 2009 17:43:24 +0000 (9 10:43 -0700)
treeee723f1e8b56c263f139c20f441fd6a367a43972
parent7d53a07a2833116cdf52ca256375c6b37f4d6b46
t0001-init: split the existence test from the permission test

The test for correct permissions after init created a deep directory
must be guarded by POSIXPERM. But testing that the deep dirctory exists
is good even on platforms that do not provide the POSIXPERM prerequiste.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0001-init.sh