From: Junio C Hamano Date: Mon, 13 Apr 2009 00:55:18 +0000 (-0700) Subject: Mark t1301 permission test to depend on POSIXPERM X-Git-Tag: v1.6.3-rc1~10^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d5a1806e8c2d9980938a05a56939272ad2ec338;p=git.git Mark t1301 permission test to depend on POSIXPERM This prepares the topic for inclusion to master. --- 7d5a1806e8c2d9980938a05a56939272ad2ec338 diff --cc t/t1301-shared-repo.sh index 3fddc9ee7,750fbb32e..de42d21c9 --- a/t/t1301-shared-repo.sh +++ b/t/t1301-shared-repo.sh @@@ -126,7 -126,7 +126,7 @@@ test_expect_success POSIXPERM 'git refl esac ' --test_expect_success 'forced modes' ' ++test_expect_success POSIXPERM 'forced modes' ' mkdir -p templates/hooks && echo update-server-info >templates/hooks/post-update && chmod +x templates/hooks/post-update &&