tests/libstore-support: Ignore config

This commit is contained in:
Robert Hensing 2024-04-19 23:45:59 +02:00
parent 0ecf7dac3b
commit bcaa2e4a85

View file

@ -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: