From bf09f21ae48c0daec7ea17573465aea800b13a8f Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 22 Jan 2009 11:25:07 +0100 Subject: [PATCH] t4129: cannot test executable mode on Windows Signed-off-by: Johannes Sixt --- t/t4129-apply-samemode.sh | 3 +++ 1 file changed, 3 insertions(+) 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 &&