Skip to content

Commit 0577849

Browse files
Pete Wyckoffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 630c4f1 commit 0577849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9807-git-p4-submit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_expect_success 'init depot' '
1717
)
1818
'
1919

20-
test_expect_failure 'is_cli_file_writeable function' '
20+
test_expect_success 'is_cli_file_writeable function' '
2121
(
2222
cd "$cli" &&
2323
echo a >a &&

0 commit comments

Comments
 (0)