summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp2
1 files changed, 1 insertions, 1 deletions
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);