summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-05-11 12:43:49 -0400
committerRich Salz <rsalz@openssl.org>2017-05-11 16:55:35 -0400
commit07fbdfe94d65b125a21488273d70eecf62fec447 (patch)
tree26277ef67a668e55d644e62c490b49bfa97da610
parent6b7b34330beaf7ff062d6a06b7733f069d77feaa (diff)
Rename evptests.txt to evppkey.txt
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3443)
-rw-r--r--test/evppkey.txt (renamed from test/evptests.txt)0
-rw-r--r--test/recipes/30-test_evp.t2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/evptests.txt b/test/evppkey.txt
index 050c57b604..050c57b604 100644
--- a/test/evptests.txt
+++ b/test/evppkey.txt
diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t
index 7260ed9a7b..f46b66d4a5 100644
--- a/test/recipes/30-test_evp.t
+++ b/test/recipes/30-test_evp.t
@@ -15,7 +15,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/;
setup("test_evp");
my @files = ( "evpciph.txt", "evpdigest.txt", "evpencod.txt", "evpkdf.txt",
- "evpmac.txt", "evppbe.txt", "evptests.txt" );
+ "evpmac.txt", "evppbe.txt", "evppkey.txt" );
plan tests => length(@files);