Skip to content

Commit 302de7a

Browse files
committed
Merge branch 'js/checkout-untracked-symlink' into maint
* js/checkout-untracked-symlink: t2021: mark a test as fixed
2 parents 5fb41b8 + 9973d93 commit 302de7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2021-checkout-overwrite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test_expect_success SYMLINKS 'create a commit where dir a/b changed to symlink'
3939
git commit -m "dir to symlink"
4040
'
4141

42-
test_expect_failure SYMLINKS 'checkout commit with dir must not remove untracked a/b' '
42+
test_expect_success SYMLINKS 'checkout commit with dir must not remove untracked a/b' '
4343
4444
git rm --cached a/b &&
4545
git commit -m "un-track the symlink" &&

0 commit comments

Comments
 (0)