X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7503-pre-commit-hook.sh;h=8528f64c8d1491fd3c279f030b6f8aee2050cdf7;hb=a26df4cd2fdad7451d4ec99f8a339b9e107a4728;hp=b06909599564a1c8afa027b0f9c71ef6bb61d6e4;hpb=a1eb73d917e15cd97314e0a39cbe857329339a96;p=git.git diff --git a/t/t7503-pre-commit-hook.sh b/t/t7503-pre-commit-hook.sh index b06909599..8528f64c8 100755 --- a/t/t7503-pre-commit-hook.sh +++ b/t/t7503-pre-commit-hook.sh @@ -69,7 +69,7 @@ test_expect_success '--no-verify with failing hook' ' ' chmod -x "$HOOK" -test_expect_success 'with non-executable hook' ' +test_expect_success POSIXPERM 'with non-executable hook' ' echo "content" >> file && git add file && @@ -77,7 +77,7 @@ test_expect_success 'with non-executable hook' ' ' -test_expect_success '--no-verify with non-executable hook' ' +test_expect_success POSIXPERM '--no-verify with non-executable hook' ' echo "more content" >> file && git add file &&