diff options
Diffstat (limited to 'src/test/GpgFrontendTest.cpp')
-rw-r--r-- | src/test/GpgFrontendTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/GpgFrontendTest.cpp b/src/test/GpgFrontendTest.cpp index d593d03d..5e4bd0b7 100644 --- a/src/test/GpgFrontendTest.cpp +++ b/src/test/GpgFrontendTest.cpp @@ -68,6 +68,7 @@ void ConfigureGpgContext() { GpgContextInitArgs args; args.test_mode = true; args.offline_mode = true; + args.db_name = "UNIT_TEST"; args.db_path = db_path.path(); return ConvertToChannelObjectPtr<>(SecureCreateUniqueObject<GpgContext>( |