tests/functional2: fix wrong usage of env var
Change-Id: I37580e0d74e26e064261c98a1162fbd9e23a9d46
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user