tests: clear NIX_STORE env in fetchers, expr, and flake test environments
This commit is contained in:
committed by
John Ericson
parent
62d275d7c0
commit
b26f2ca3e6
@@ -84,6 +84,8 @@ test(
|
||||
this_exe,
|
||||
env : {
|
||||
'_NIX_TEST_UNIT_DATA' : meson.current_source_dir() / 'data',
|
||||
'HOME' : meson.current_build_dir() / 'test-home',
|
||||
'NIX_STORE' : '',
|
||||
},
|
||||
protocol : 'gtest',
|
||||
)
|
||||
|
||||
@@ -66,6 +66,8 @@ test(
|
||||
this_exe,
|
||||
env : {
|
||||
'_NIX_TEST_UNIT_DATA' : meson.current_source_dir() / 'data',
|
||||
'HOME' : meson.current_build_dir() / 'test-home',
|
||||
'NIX_STORE' : '',
|
||||
},
|
||||
protocol : 'gtest',
|
||||
)
|
||||
|
||||
@@ -62,6 +62,7 @@ test(
|
||||
'_NIX_TEST_UNIT_DATA' : meson.current_source_dir() / 'data',
|
||||
'NIX_CONFIG' : 'extra-experimental-features = flakes',
|
||||
'HOME' : meson.current_build_dir() / 'test-home',
|
||||
'NIX_STORE' : '',
|
||||
},
|
||||
protocol : 'gtest',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user