--- fish-4.1.2/tests/test_driver.py.old 2025-10-10 08:36:52.795200178 -0400 +++ fish-4.1.2/tests/test_driver.py 2025-10-10 08:37:08.394307944 -0400 @@ -96,7 +96,7 @@ def compile_test_helper(source_path: Path, binary_path: Path) -> None: subprocess.run( [ - "cc", + "gcc", source_path, "-o", binary_path,