Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t7300-clean: require POSIXPERM for chmod 0 test
A test case introduced by 91479b9 (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>
- Loading branch information