We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d718a5 commit 9973d93Copy full SHA for 9973d93
t/t2021-checkout-overwrite.sh
@@ -39,7 +39,7 @@ test_expect_success SYMLINKS 'create a commit where dir a/b changed to symlink'
39
git commit -m "dir to symlink"
40
'
41
42
-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' '
43
44
git rm --cached a/b &&
45
git commit -m "un-track the symlink" &&
0 commit comments