From c04dd04f0fde515b59266b00fd8726a934763b5a Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sat, 11 Apr 2009 22:27:05 +0100 Subject: [PATCH] Mark t1301 permission test to depend on POSIXPERM Signed-off-by: Johannes Sixt --- t/t1301-shared-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t1301-shared-repo.sh b/t/t1301-shared-repo.sh index 47a219680c..de42d21c92 100755 --- a/t/t1301-shared-repo.sh +++ b/t/t1301-shared-repo.sh @@ -126,7 +126,7 @@ test_expect_success POSIXPERM 'git reflog expire honors core.sharedRepository' ' 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 &&