Skip to content

Commit 5dee153

Browse files
committed
Merge branch 'nd/init-gitdir'
* nd/init-gitdir: t0001: guard a new test with SYMLINKS prerequisite
2 parents ff46a49 + 4e95fb6 commit 5dee153

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
@@ -402,7 +402,7 @@ test_expect_success 're-init to move gitdir' '
402402
test -d realgitdir/refs
403403
'
404404

405-
test_expect_success 're-init to move gitdir symlink' '
405+
test_expect_success SYMLINKS 're-init to move gitdir symlink' '
406406
rm -rf newdir realgitdir &&
407407
git init newdir &&
408408
(

0 commit comments

Comments
 (0)