diff options
Diffstat (limited to 'src/tests/test_name_constraint.cpp')
-rw-r--r-- | src/tests/test_name_constraint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_name_constraint.cpp b/src/tests/test_name_constraint.cpp index 62c014fde..93fb66a6b 100644 --- a/src/tests/test_name_constraint.cpp +++ b/src/tests/test_name_constraint.cpp @@ -65,8 +65,8 @@ class Name_Constraint_Tests final : public Test for(const auto& t : test_cases) { - Botan::X509_Certificate root(Test::data_file("name_constraint/" + std::get<0>(t))); - Botan::X509_Certificate sub(Test::data_file("name_constraint/" + std::get<1>(t))); + Botan::X509_Certificate root(Test::data_file("x509/name_constraint/" + std::get<0>(t))); + Botan::X509_Certificate sub(Test::data_file("x509/name_constraint/" + std::get<1>(t))); Botan::Certificate_Store_In_Memory trusted; Test::Result result("X509v3 Name Constraints: " + std::get<1>(t)); |