From: Richard Levitte Date: Thu, 3 Sep 2015 07:23:32 +0000 (+0200) Subject: Correct test name X-Git-Tag: OpenSSL_1_1_0-pre1~656 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=50f0a9b3dd41c37875def805c2c48f8b2ed3ef24;p=oweals%2Fopenssl.git 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 --- diff --git a/test/recipes/70-test_clienthello.t b/test/recipes/70-test_clienthello.t index 60fc5e1b64..73b83f2e5f 100644 --- a/test/recipes/70-test_clienthello.t +++ b/test/recipes/70-test_clienthello.t @@ -2,4 +2,4 @@ use OpenSSL::Test::Simple; -simple_test("test_jpake", "clienthellotest"); +simple_test("test_clienthello", "clienthellotest"); diff --git a/test/recipes/70-test_packet.t b/test/recipes/70-test_packet.t index ea896be694..b1609d55c3 100644 --- a/test/recipes/70-test_packet.t +++ b/test/recipes/70-test_packet.t @@ -2,4 +2,4 @@ use OpenSSL::Test::Simple; -simple_test("test_jpake", "packettest"); +simple_test("test_packet", "packettest"); diff --git a/test/recipes/70-test_verify_extra.t b/test/recipes/70-test_verify_extra.t index ef2daeaec6..3ef4a27d4d 100644 --- a/test/recipes/70-test_verify_extra.t +++ b/test/recipes/70-test_verify_extra.t @@ -2,4 +2,4 @@ use OpenSSL::Test::Simple; -simple_test("test_jpake", "verify_extra_test"); +simple_test("test_verify_extra", "verify_extra_test"); diff --git a/test/recipes/90-test_secmem.t b/test/recipes/90-test_secmem.t index 61bdf229ff..59f3bddbcc 100644 --- a/test/recipes/90-test_secmem.t +++ b/test/recipes/90-test_secmem.t @@ -2,4 +2,4 @@ use OpenSSL::Test::Simple; -simple_test("test_jpake", "secmemtest"); +simple_test("test_secmem", "secmemtest");