mirror of
https://github.com/NixOS/nix.git
synced 2024-11-29 02:02:27 +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 {
|
class LibStoreTest : public virtual ::testing::Test {
|
||||||
public:
|
public:
|
||||||
static void SetUpTestSuite() {
|
static void SetUpTestSuite() {
|
||||||
initLibStore();
|
initLibStore(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user