t4129: cannot test executable mode on Windows

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
Johannes Sixt
2009-01-22 11:25:07 +01:00
parent cc062209e0
commit bf09f21ae4

View File

@@ -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 &&