From 4b60d18b449e21a27dc33796e577b0776fe45f26 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Wed, 15 Apr 2026 02:14:43 +0200 Subject: [PATCH] cleanup: remove unused variable Part of #12636 --- build_tools/check.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_tools/check.sh b/build_tools/check.sh index c788e158f..d77f91a6f 100755 --- a/build_tools/check.sh +++ b/build_tools/check.sh @@ -129,7 +129,6 @@ system_tests() ( "$workspace_root/tests/test_driver.py" "$build_dir" ) -test_cmd='FISH_GETTEXT_EXTRACTION_DIR="$gettext_template_dir" "$workspace_root/tests/test_driver.py" "$build_dir"' if $is_cygwin; then echo -e "=== Running ${green}integration tests ${yellow}with${green} symlinks${reset}" system_tests $cygwin_var=winsymlinks