author | Johannes Sixt <j6t@kdbg.org> | |
Sun, 9 Aug 2009 16:02:55 +0000 (18:02 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 9 Aug 2009 17:43:24 +0000 (10:43 -0700) | ||
commit | d82e75e86c8d1555aaa6415034aff215633fe7f2 | |
tree | ee723f1e8b56c263f139c20f441fd6a367a43972 | tree | snapshot |
parent | 7d53a07a2833116cdf52ca256375c6b37f4d6b46 | commit | diff |
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>
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 | diff | blob | history |