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>
This commit is contained in:
Pete Wyckoff 2014-01-21 18:16:42 -05:00 committed by Junio C Hamano
parent 630c4f19f0
commit 0577849d2b

View file

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