]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git p4 test: is_cli_file_writeable succeeds
authorPete Wyckoff <pw@padd.com>
Tue, 21 Jan 2014 23:16:42 +0000 (18:16 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jan 2014 16:05:26 +0000 (08:05 -0800)
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>
t/t9807-git-p4-submit.sh

index 1fb7bc7cf98bdbdf89491c687e6347cda673d720..4caf36e0066313f5402f61645c4330093ba23fcf 100755 (executable)
@@ -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 &&