Skip to content

Commit 4e95fb6

Browse files
j6tgitster
authored andcommitted
t0001: guard a new test with SYMLINKS prerequisite
Signed-off-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b57fb80 commit 4e95fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0001-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ test_expect_success 're-init to move gitdir' '
405405
test -d realgitdir/refs
406406
'
407407

408-
test_expect_success 're-init to move gitdir symlink' '
408+
test_expect_success SYMLINKS 're-init to move gitdir symlink' '
409409
rm -rf newdir realgitdir &&
410410
git init newdir &&
411411
(

0 commit comments

Comments
 (0)