Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-12 11:05:50 +0400
committerJunio C Hamano <gitster@pobox.com>2011-04-12 11:05:50 +0400
commit9db19414582fdb154384ff1ca457cbf9095fef48 (patch)
treef4df277813e7f47071ef89189ba72754c2822c0a
parent5dee1532e1c8e8eb31bfa437b5ff00ea0acb6f08 (diff)
parent9973d9329b71556178ef32b4f8cfedab009a18d8 (diff)
Merge branch 'js/checkout-untracked-symlink'
* js/checkout-untracked-symlink: t2021: mark a test as fixed
-rwxr-xr-xt/t2021-checkout-overwrite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2021-checkout-overwrite.sh b/t/t2021-checkout-overwrite.sh
index 27db2ad529..5da63e9fa2 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" &&