diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index a37506a1..0ee4f200 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -99,6 +99,7 @@ auto main(int argc, char* argv[]) -> int { } if (vm.count("test") != 0U) { + ctx->gather_external_gnupg_info = false; InitGlobalBasicalEnv(p_ctx); return RunTest(ctx); } |