It does not notice chmod +x or -x; there is nothing for this test to do. Signed-off-by: Pete Wyckoff <pw@xxxxxxxx> --- t/t9815-git-p4-submit-fail.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/t9815-git-p4-submit-fail.sh b/t/t9815-git-p4-submit-fail.sh index d2b7b3d..2db1bf1 100755 --- a/t/t9815-git-p4-submit-fail.sh +++ b/t/t9815-git-p4-submit-fail.sh @@ -400,7 +400,9 @@ test_expect_success 'cleanup rename after submit cancel' ' ) ' -test_expect_success 'cleanup chmod after submit cancel' ' +# chmods are not recognized in cygwin; git has nothing +# to commit +test_expect_success NOT_CYGWIN 'cleanup chmod after submit cancel' ' test_when_finished cleanup_git && git p4 clone --dest="$git" //depot && ( -- 1.7.12.1.403.g28165e1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html