We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c5c4b commit 20e4d50Copy full SHA for 20e4d50
t/t1006-cat-file.sh
@@ -1048,7 +1048,7 @@ test_expect_success 'git cat-file --batch-check --follow-symlinks works for out-
1048
echo .. >>expect &&
1049
echo HEAD:dir/subdir/out-of-repo-link-dir | git cat-file --batch-check --follow-symlinks >actual &&
1050
test_cmp expect actual &&
1051
- if test_have_prereq MINGW
+ if test_have_prereq MINGW,SYMLINKS
1052
then
1053
test_write_lines "symlink 2" ..
1054
else
0 commit comments