Correct test name

Some tests were copied from test_jpake, but the title wasn't changed
accordingly.  This might seem like a small thing, but it does affect
the log file name...

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2015-09-03 09:23:32 +02:00
parent c27a404947
commit 50f0a9b3dd
4 changed files with 4 additions and 4 deletions

View File

@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_jpake", "clienthellotest");
simple_test("test_clienthello", "clienthellotest");

View File

@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_jpake", "packettest");
simple_test("test_packet", "packettest");

View File

@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_jpake", "verify_extra_test");
simple_test("test_verify_extra", "verify_extra_test");

View File

@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_jpake", "secmemtest");
simple_test("test_secmem", "secmemtest");