aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/80-test_ca.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-04-01 15:09:28 +0200
committerRichard Levitte <levitte@openssl.org>2016-04-02 23:13:42 +0200
commit25c78440d21c814705e0e50c6e567300936aa02b (patch)
tree378816274644fa1f5ffabbf7520a2138448ddb58 /test/recipes/80-test_ca.t
parentcb2ceb18f242bbc573c0e332f34b9ca42fc5f561 (diff)
downloadopenssl-25c78440d21c814705e0e50c6e567300936aa02b.zip
openssl-25c78440d21c814705e0e50c6e567300936aa02b.tar.gz
openssl-25c78440d21c814705e0e50c6e567300936aa02b.tar.bz2
Adapt some test recipes to the newer cmdstr()
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/80-test_ca.t')
-rw-r--r--test/recipes/80-test_ca.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t
index 983f8ce..09d5ba6 100644
--- a/test/recipes/80-test_ca.t
+++ b/test/recipes/80-test_ca.t
@@ -9,7 +9,7 @@ use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file/;
setup("test_ca");
-$ENV{OPENSSL} = cmdstr(app(["openssl"]));
+$ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1);
my $std_openssl_cnf =
srctop_file("apps", $^O eq "VMS" ? "openssl-vms.cnf" : "openssl.cnf");