mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02: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 {
|
||||
public:
|
||||
static void SetUpTestSuite() {
|
||||
initLibStore();
|
||||
initLibStore(false);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue