All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] t2021: mark a test as fixed
@ 2011-04-12  6:41 Johannes Sixt
  0 siblings, 0 replies; only message in thread
From: Johannes Sixt @ 2011-04-12  6:41 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Clemens Buchacher, Git Mailing List

From: Johannes Sixt <j6t@kdbg.org>

The failure was fixed by 1d718a51 (do not overwrite untracked symlinks).

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
---
 You might want to place this onto topic js/checkout-untracked-symlink and
 rewrite the commit message to:

 The failure was fixed in the previous commit.

 -- Hannes

 t/t2021-checkout-overwrite.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/t2021-checkout-overwrite.sh b/t/t2021-checkout-overwrite.sh
index 27db2ad..5da63e9 100755
--- 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" &&
-- 
1.7.4.1.317.g0b25

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-12  6:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12  6:41 [PATCH] t2021: mark a test as fixed Johannes Sixt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.