Adapt some test recipes to the newer cmdstr()
[openssl.git] / test / recipes / 70-test_sslsessiontick.t
index 704573881c9d037aa5fe5f8e42fc9ee6f0109c6a..cbd4c65f719d0db4de341aeca9c3c212cabdbb0b 100755 (executable)
@@ -83,7 +83,7 @@ my $ticketseen = 0;
 
 my $proxy = TLSProxy::Proxy->new(
     undef,
-    cmdstr(app(["openssl"])),
+    cmdstr(app(["openssl"]), display => 1),
     srctop_file("apps", "server.pem"),
     (!$ENV{HARNESS_ACTIVE} || $ENV{HARNESS_VERBOSE})
 );