mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
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:
committed by
Johannes Altmanninger
parent
4790a444d8
commit
3cb939c9a8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user