From 0d63e98483e304a385013a4568312ab94dff3822 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 2 Feb 2018 11:41:08 -0500 Subject: Move bundledcertdir to x509/misc --- src/tests/test_certstor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/test_certstor.cpp') diff --git a/src/tests/test_certstor.cpp b/src/tests/test_certstor.cpp index 582c54050..26c1b26d1 100644 --- a/src/tests/test_certstor.cpp +++ b/src/tests/test_certstor.cpp @@ -334,7 +334,7 @@ Test::Result test_certstor_load_allcert() Test::Result result("Certificate Store - Load every cert of every files"); // test_dir_bundled dir should contain only one file with 2 certificates // concatenated (ValidCert and root) - const std::string test_dir_bundled = Test::data_dir() + "/x509/x509test/bundledcertdir"; + const std::string test_dir_bundled = Test::data_dir() + "/x509/misc/bundledcertdir"; try { -- cgit v1.2.3