Skip to content

Commit

Permalink
git p4 test: is_cli_file_writeable succeeds
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pete Wyckoff authored and Junio C Hamano committed Jan 22, 2014
1 parent 630c4f1 commit 0577849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9807-git-p4-submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 0577849

Please sign in to comment.