summaryrefslogtreecommitdiffstats
path: root/test/recipes/80-test_tsa.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_tsa.t
parentcb2ceb18f242bbc573c0e332f34b9ca42fc5f561 (diff)
Adapt some test recipes to the newer cmdstr()
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/80-test_tsa.t')
-rw-r--r--test/recipes/80-test_tsa.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_tsa.t b/test/recipes/80-test_tsa.t
index 6785698c50..f2ceeeb9b7 100644
--- a/test/recipes/80-test_tsa.t
+++ b/test/recipes/80-test_tsa.t
@@ -79,7 +79,7 @@ indir "tsa" => sub
$ENV{OPENSSL_CONF} = srctop_file("test", "CAtsa.cnf");
# Because that's what ../apps/CA.pl really looks at
$ENV{OPENSSL_CONFIG} = "-config ".$ENV{OPENSSL_CONF};
- $ENV{OPENSSL} = cmdstr(app(["openssl"]));
+ $ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1);
$testtsa = srctop_file("test", "recipes", "80-test_tsa.t");
$CAtsa = srctop_file("test", "CAtsa.cnf");