diff options
author | Jack Lloyd <[email protected]> | 2017-11-16 13:34:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-16 13:34:51 -0500 |
commit | f458becc9c2ecb004557daad63623b8dafefe163 (patch) | |
tree | 3639e5e7bc56123e5ed550cfb891a41f947b6a62 /src/tests/test_certstor.cpp | |
parent | 24173844eb629f6316ea0523a97b2f9561fee9e6 (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.cpp | 2 |
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; |