From: Richard Levitte Date: Wed, 16 Jun 2021 04:52:27 +0000 (+0200) Subject: Fix small typo in test/recipes/05-test_pbe.t X-Git-Tag: openssl-3.0.0-beta1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd6d0c5ac4bc685b4021824fa56fcec245f08884;p=thirdparty%2Fopenssl.git Fix small typo in test/recipes/05-test_pbe.t Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15786) --- diff --git a/test/recipes/05-test_pbe.t b/test/recipes/05-test_pbe.t index 76319f1151e..c26e2e9a8f1 100644 --- a/test/recipes/05-test_pbe.t +++ b/test/recipes/05-test_pbe.t @@ -24,5 +24,5 @@ plan tests => 1; $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf")); -ok(run(test((["pbetest"])), "Running PBE test")); +ok(run(test((["pbetest"]))), "Running PBE test");