aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/GpgFrontendTest.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-30 19:57:24 +0000
committersaturneric <[email protected]>2025-04-30 19:57:24 +0000
commit8d4ecb6704695dbf6e3a2e3679ee8a5f7258fa0d (patch)
tree9411e8938be71b856c29279f38fc45b7aea76068 /src/test/GpgFrontendTest.cpp
parentrefactor: avoid directly using libassuan (diff)
downloadGpgFrontend-8d4ecb6704695dbf6e3a2e3679ee8a5f7258fa0d.tar.gz
GpgFrontend-8d4ecb6704695dbf6e3a2e3679ee8a5f7258fa0d.zip
fix: unit test cases
Diffstat (limited to '')
-rw-r--r--src/test/GpgFrontendTest.cpp1
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>(