Skip to content

Commit

Permalink
Merge branch 'js/checkout-untracked-symlink' into maint
Browse files Browse the repository at this point in the history
* js/checkout-untracked-symlink:
  t2021: mark a test as fixed
  • Loading branch information
Junio C Hamano committed Apr 13, 2011
2 parents 5fb41b8 + 9973d93 commit 302de7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t2021-checkout-overwrite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test_expect_success SYMLINKS 'create a commit where dir a/b changed to symlink'
git commit -m "dir to symlink"
'

test_expect_failure SYMLINKS 'checkout commit with dir must not remove untracked a/b' '
test_expect_success SYMLINKS 'checkout commit with dir must not remove untracked a/b' '
git rm --cached a/b &&
git commit -m "un-track the symlink" &&
Expand Down

0 comments on commit 302de7a

Please sign in to comment.