From 2f7644c42096a6dca25aabf7e16e4a54bb50f250 Mon Sep 17 00:00:00 2001 From: rootile Date: Fri, 23 Jan 2026 16:15:55 +0100 Subject: [PATCH] tests/functional2: fix wrong usage of env var Change-Id: I37580e0d74e26e064261c98a1162fbd9e23a9d46 --- tests/functional2/testlib/fixtures/nix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional2/testlib/fixtures/nix.py b/tests/functional2/testlib/fixtures/nix.py index 340f9bb59..811689b94 100644 --- a/tests/functional2/testlib/fixtures/nix.py +++ b/tests/functional2/testlib/fixtures/nix.py @@ -290,7 +290,7 @@ class Nix: """ Clears the test-owned store (and state) and resets them to an empty state """ - nix_store_dir = self.env.dirs.nix_store_dir + nix_store_dir = self.env.dirs.real_store_dir state_dir = self.env.dirs.nix_state_dir # Make store writable