aboutsummaryrefslogtreecommitdiffstats
path: root/test/GpgFrontendTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/GpgFrontendTest.h')
-rw-r--r--test/GpgFrontendTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/GpgFrontendTest.h b/test/GpgFrontendTest.h
index 15efb650..ebd5e33a 100644
--- a/test/GpgFrontendTest.h
+++ b/test/GpgFrontendTest.h
@@ -168,8 +168,8 @@ class GpgCoreTest : public ::testing::Test {
GpgFrontend::GpgContextInitArgs args;
args.gpg_alone = true;
args.independent_database = true;
- args.db_path = db_path.string();
- args.gpg_path = gpg_path.string();
+ args.db_path = db_path.u8string();
+ args.gpg_path = gpg_path.u8string();
args.test_mode = true;
return std::make_unique<GpgFrontend::GpgContext>(args);
});