mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Revert "tests/test-libstoreconsumer: Ignore config"
This reverts commit 62feb5ca09263c78ddb692836228223e5b58d3ae. It runs as part of the functional tests, which control the environment, solving some of the problems a default config has when run in the sandbox.
This commit is contained in:
parent
bcaa2e4a85
commit
1b6cd1d2af
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ int main (int argc, char **argv)
|
|||
|
||||
std::string drvPath = argv[1];
|
||||
|
||||
// This small program is a test, so we do not want user config to interfere.
|
||||
initLibStore(false);
|
||||
initLibStore();
|
||||
|
||||
auto store = nix::openStore();
|
||||
|
||||
|
|
Loading…
Reference in a new issue