diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-01-02 14:12:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 14:12:49 +0100 |
commit | fb8fc6fda61b44fec161958531ab69934c5f2f4d (patch) | |
tree | 5745d4c8c878b97eb3481f198d563ddf52a38cb6 /src/libexpr/tests | |
parent | 226591494ac126847b45a7e07542926bedb99896 (diff) | |
parent | aba6eb348e0ed8177da1e7f1df46ba00d20eab96 (diff) |
Merge pull request #7478 from hercules-ci/make-sure-initNix-called
libstore: Make sure that initNix has been called
Diffstat (limited to 'src/libexpr/tests')
-rw-r--r-- | src/libexpr/tests/libexprtests.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/tests/libexprtests.hh b/src/libexpr/tests/libexprtests.hh index 5bb5e66d3..03e468fbb 100644 --- a/src/libexpr/tests/libexprtests.hh +++ b/src/libexpr/tests/libexprtests.hh @@ -12,6 +12,7 @@ namespace nix { class LibExprTest : public ::testing::Test { public: static void SetUpTestSuite() { + initLibStore(); initGC(); } |