X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft7503-pre-commit-hook.sh;h=8528f64c8d1491fd3c279f030b6f8aee2050cdf7;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=b06909599564a1c8afa027b0f9c71ef6bb61d6e4;hpb=7e4ad908721445b073f3b4ecad55bbd78f032cdc;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 &&