From 1c42640347e5424d26a6fea096ab7cb75f81a964 Mon Sep 17 00:00:00 2001 From: "Commentator2.0" Date: Mon, 29 Dec 2025 21:06:09 +0100 Subject: [PATCH] tests/functional2: fix build-shell not working properly on darwin when running tests outside of meson Change-Id: If5068ad5460d08de69f64f924c4e86e56ac0559c --- tests/functional2/testlib/fixtures/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional2/testlib/fixtures/env.py b/tests/functional2/testlib/fixtures/env.py index 35c503a7a..5ea4f792a 100644 --- a/tests/functional2/testlib/fixtures/env.py +++ b/tests/functional2/testlib/fixtures/env.py @@ -195,7 +195,7 @@ class ManagedEnv: tmpdir=self._get_dir("tmp"), ) self.path.prepend(self.dirs.nix_bin_dir) - self.path.prepend(build_shell) + self.path.prepend(self.shell_dir) self.init_defaults(global_path) def _get_dir(self, sub_path: str) -> Path: