summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-06-16 06:52:27 +0200
committerMatt Caswell <matt@openssl.org>2021-06-17 08:20:49 +0100
commitfd6d0c5ac4bc685b4021824fa56fcec245f08884 (patch)
treec97021210da699369374c9197fc31758c48a72e2
parentd84c368b60f1bfc896569d64246d08b5d6b6e600 (diff)
Fix small typo in test/recipes/05-test_pbe.t
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15786)
-rw-r--r--test/recipes/05-test_pbe.t2
1 files changed, 1 insertions, 1 deletions
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");