From 3cb939c9a89fbc501778bcb4737b73277faba0e7 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Thu, 16 Apr 2026 00:33:15 +0200 Subject: [PATCH] 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 --- build_tools/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/check.sh b/build_tools/check.sh index 2068628e5..017ec9769 100755 --- a/build_tools/check.sh +++ b/build_tools/check.sh @@ -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"