--- tox-4.25.0/tests/test_call_modes.py.orig
+++ tox-4.25.0/tests/test_call_modes.py
@@ -14,4 +14,4 @@
 
 
 def test_call_as_exe(empty_project: ToxProject) -> None:  # noqa: ARG001
-    subprocess.check_output([str(Path(sys.executable).parent / "tox"), "-h"])
+    subprocess.check_output(["tox", "-h"])