Merge branch 'js/checkout-untracked-symlink'

* js/checkout-untracked-symlink:
  t2021: mark a test as fixed
maint
Junio C Hamano 2011-04-12 00:05:50 -07:00
commit 9db1941458
1 changed files with 1 additions and 1 deletions

View File

@ -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" &&