mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
tests/libstore-support: Ignore config
This commit is contained in:
parent
0ecf7dac3b
commit
bcaa2e4a85
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue