Fix small typo in test/recipes/05-test_pbe.t
authorRichard Levitte <levitte@openssl.org>
Wed, 16 Jun 2021 04:52:27 +0000 (06:52 +0200)
committerMatt Caswell <matt@openssl.org>
Thu, 17 Jun 2021 07:20:49 +0000 (08:20 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15786)

test/recipes/05-test_pbe.t

index 76319f1151e71921c34713fa33ae3ef579bae880..c26e2e9a8f18a628b2a414f5ec5078180667a214 100644 (file)
@@ -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");