Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/checkout-untracked-symlink' into maint
author
Junio C Hamano
<gitster@pobox.com>
Wed, 13 Apr 2011 20:55:53 +0000
(13:55 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 13 Apr 2011 20:55:53 +0000
(13:55 -0700)
* js/checkout-untracked-symlink:
t2021: mark a test as fixed
t/t2021-checkout-overwrite.sh
patch
|
blob
|
history
raw
(from parent 1:
5fb41b8
)
diff --git
a/t/t2021-checkout-overwrite.sh
b/t/t2021-checkout-overwrite.sh
index 27db2ad52981f9070a8742f400e3ec26919749b1..5da63e9fa267af4517024307f4bdeef73caeccf2 100755
(executable)
--- a/
t/t2021-checkout-overwrite.sh
+++ b/
t/t2021-checkout-overwrite.sh
@@
-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" &&