diff --git a/t/t4129-apply-samemode.sh b/t/t4129-apply-samemode.sh index adfcbb5a3b..6284b80e3a 100755 --- a/t/t4129-apply-samemode.sh +++ b/t/t4129-apply-samemode.sh @@ -4,6 +4,9 @@ test_description='applying patch with mode bits' . ./test-lib.sh +say "executable mode not supported - skipping tests" +test_done + test_expect_success setup ' echo original >file && git add file &&