Skip to content

Commit 9973d93

Browse files
j6tgitster
authored andcommitted
t2021: mark a test as fixed
The failure was fixed by the previous commit. Signed-off-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d718a5 commit 9973d93

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)