From 89b20861b2343ec39d9646e23381b2bd490b0548 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 18 Mar 2021 14:03:51 -0400 Subject: Use cryptest.dat data file for FileSource tests --- datatest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datatest.cpp') diff --git a/datatest.cpp b/datatest.cpp index a65828d9..50659291 100644 --- a/datatest.cpp +++ b/datatest.cpp @@ -738,7 +738,7 @@ void TestSymmetricCipherWithFileSource(TestData &v, const NameValuePairs &overri //RandomizedTransfer(pstore, encFilter, true); //encFilter.MessageEnd(); - std::string testFilename = "test.dat"; + std::string testFilename = "cryptest.dat"; StringSource(plaintext, true, new FileSink(testFilename.c_str())); FileSource pstore(testFilename.c_str(), true); -- cgit v1.2.1