From: Pete Wyckoff Date: Tue, 21 Jan 2014 23:16:42 +0000 (-0500) Subject: git p4 test: is_cli_file_writeable succeeds X-Git-Tag: v1.9-rc1~8^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0577849d2b2bf21b0faedd30938d663389db7926;p=git git p4 test: is_cli_file_writeable succeeds Commit e9df0f9 (git p4: cygwin p4 client does not mark read-only, 2013-01-26) fixed a problem with "test -w" on cygwin, but mistakenly marked the new test as failing. Fix this. Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano --- diff --git a/t/t9807-git-p4-submit.sh b/t/t9807-git-p4-submit.sh index 1fb7bc7cf9..4caf36e006 100755 --- a/t/t9807-git-p4-submit.sh +++ b/t/t9807-git-p4-submit.sh @@ -17,7 +17,7 @@ test_expect_success 'init depot' ' ) ' -test_expect_failure 'is_cli_file_writeable function' ' +test_expect_success 'is_cli_file_writeable function' ' ( cd "$cli" && echo a >a &&