aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_certstor.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-16 13:34:51 -0500
committerJack Lloyd <[email protected]>2017-11-16 13:34:51 -0500
commitf458becc9c2ecb004557daad63623b8dafefe163 (patch)
tree3639e5e7bc56123e5ed550cfb891a41f947b6a62 /src/tests/test_certstor.cpp
parent24173844eb629f6316ea0523a97b2f9561fee9e6 (diff)
Move all the various X509 test data files under src/tests/data/x509
Diffstat (limited to 'src/tests/test_certstor.cpp')
-rw-r--r--src/tests/test_certstor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_certstor.cpp b/src/tests/test_certstor.cpp
index fff1ff8cc..9b3848f21 100644
--- a/src/tests/test_certstor.cpp
+++ b/src/tests/test_certstor.cpp
@@ -267,7 +267,7 @@ class Certstor_Tests final : public Test
public:
std::vector<Test::Result> run() override
{
- const std::string test_dir = Test::data_dir() + "/certstor";
+ const std::string test_dir = Test::data_dir() + "/x509/certstor";
struct CertificateAndKeyFilenames
{
const std::string certificate;