summaryrefslogtreecommitdiff
path: root/t/t9807-git-p4-submit.sh
diff options
context:
space:
mode:
authorPete Wyckoff <pw@padd.com>2014-01-21 23:16:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-01-22 16:05:26 (GMT)
commit0577849d2b2bf21b0faedd30938d663389db7926 (patch)
tree725d2c9c679eb0353c458adb1da9707630d8fa21 /t/t9807-git-p4-submit.sh
parent630c4f19f0d4f4c6a485af944d88665979fa0e1f (diff)
downloadgit-0577849d2b2bf21b0faedd30938d663389db7926.zip
git-0577849d2b2bf21b0faedd30938d663389db7926.tar.gz
git-0577849d2b2bf21b0faedd30938d663389db7926.tar.bz2
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 <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9807-git-p4-submit.sh')
-rwxr-xr-xt/t9807-git-p4-submit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9807-git-p4-submit.sh b/t/t9807-git-p4-submit.sh
index 1fb7bc7..4caf36e 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 &&