Skip to content

Commit 20e4d50

Browse files
committed
fixup! t1006: accommodate for symlink support in MSYS2
1 parent 39c5c4b commit 20e4d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1006-cat-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ test_expect_success 'git cat-file --batch-check --follow-symlinks works for out-
10481048
echo .. >>expect &&
10491049
echo HEAD:dir/subdir/out-of-repo-link-dir | git cat-file --batch-check --follow-symlinks >actual &&
10501050
test_cmp expect actual &&
1051-
if test_have_prereq MINGW
1051+
if test_have_prereq MINGW,SYMLINKS
10521052
then
10531053
test_write_lines "symlink 2" ..
10541054
else

0 commit comments

Comments
 (0)