fix: actually run without symlinks

The old behavior seems to have been introduced inadvertently:
https://github.com/fish-shell/fish-shell/pull/12636#issuecomment-4254328105

Closes #12636
This commit is contained in:
Daniel Rainer
2026-04-16 00:33:15 +02:00
committed by Johannes Altmanninger
parent 4790a444d8
commit 3cb939c9a8

View File

@@ -141,7 +141,7 @@ if $is_cygwin; then
# shellcheck disable=2059
printf "=== Running ${green}integration tests ${yellow}without${green} symlinks${reset}\n"
system_tests "$cygwin_var"=winsymlinks
system_tests "$cygwin_var"=
else
# shellcheck disable=2059
printf "=== Running ${green}integration tests${reset}\n"