summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d718a5)
raw | patch | inline | side by side (parent: 1d718a5)
author | Johannes Sixt <j6t@kdbg.org> | |
Tue, 12 Apr 2011 06:41:19 +0000 (08:41 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 12 Apr 2011 07:03:54 +0000 (00:03 -0700) |
The failure was fixed by the previous commit.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2021-checkout-overwrite.sh | patch | blob | history |
index 27db2ad52981f9070a8742f400e3ec26919749b1..5da63e9fa267af4517024307f4bdeef73caeccf2 100755 (executable)
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" &&