t7300-clean: require POSIXPERM for chmod 0 test
commitfbf2fecf505e44c4f45f4b6d29a37011989ac071
authorJohannes Sixt <j6t@kdbg.org>
Tue, 11 Aug 2015 20:29:48 +0000 (11 22:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Aug 2015 22:17:07 +0000 (11 15:17 -0700)
tree9ba9cc4eb9044d4ba82817eb509a52b977f2c95e
parent38ae8784074852c8e7b651f4f6e44e07466da7e1
t7300-clean: require POSIXPERM for chmod 0 test

A test case introduced by 91479b9c (t7300: add tests to document
behavior of clean and nested git) uses 'chmod 0' to verify that a
subdirectory that has an unreadable .git file is not removed. This can
work only when the system pays attention to the permissions set with
'chmod'. Therefore, set the POSIXPERM prerequisite on the test case.

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