aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/data/x509/misc/bundledcertdir/ValidCert.pem (renamed from src/tests/data/x509/x509test/bundledcertdir/ValidCert.pem)0
-rw-r--r--src/tests/test_certstor.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/data/x509/x509test/bundledcertdir/ValidCert.pem b/src/tests/data/x509/misc/bundledcertdir/ValidCert.pem
index 204789966..204789966 100644
--- a/src/tests/data/x509/x509test/bundledcertdir/ValidCert.pem
+++ b/src/tests/data/x509/misc/bundledcertdir/ValidCert.pem
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
{