mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
tests/libstore-support: Ignore config
This commit is contained in:
parent
0ecf7dac3b
commit
bcaa2e4a85
@ -11,7 +11,7 @@ namespace nix {
|
||||
class LibStoreTest : public virtual ::testing::Test {
|
||||
public:
|
||||
static void SetUpTestSuite() {
|
||||
initLibStore();
|
||||
initLibStore(false);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user