openssl/test/recipes/70-test_clienthello.t
Richard Levitte 50f0a9b3dd 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>
2015-09-07 16:10:58 +02:00

5 lines
98 B
Perl

#! /usr/bin/perl
use OpenSSL::Test::Simple;
simple_test("test_clienthello", "clienthellotest");