From fd6d0c5ac4bc685b4021824fa56fcec245f08884 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 16 Jun 2021 06:52:27 +0200 Subject: 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) --- test/recipes/05-test_pbe.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/05-test_pbe.t b/test/recipes/05-test_pbe.t index 76319f1151..c26e2e9a8f 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"); -- cgit v1.2.3