Skip to content

Commit

Permalink
t7607: mark known breakage in test 11 as fixed
Browse files Browse the repository at this point in the history
This was fixed by 1d718a5 (do not overwrite untracked
symlinks, 2011-02-20).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Mar 25, 2011
1 parent cd3065f commit 8523d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7607-merge-overwrite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ test_expect_success 'will not overwrite untracked file in leading path' '
rm -f sub sub2
'

test_expect_failure SYMLINKS 'will not overwrite untracked symlink in leading path' '
test_expect_success SYMLINKS 'will not overwrite untracked symlink in leading path' '
git reset --hard c0 &&
rm -rf sub &&
mkdir sub2 &&
Expand Down

0 comments on commit 8523d07

Please sign in to comment.