tests/functional2: fix build-shell not working properly on darwin when running tests outside of meson

Change-Id: If5068ad5460d08de69f64f924c4e86e56ac0559c
This commit is contained in:
Commentator2.0
2025-12-29 21:06:28 +01:00
parent ac1b8e91d6
commit 1c42640347
+1 -1
View File
@@ -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: