Adapt some test recipes to the newer cmdstr()
[openssl.git] / test / recipes / 90-test_networking.t
index 408d89af6a3695137b22a421c9c5c3d423e67e00..85de81a6b5b542dd97316792ce06d1dbd4f4b7dd 100644 (file)
@@ -73,7 +73,7 @@ $ENV{OPENSSL_ia32cap} = '~0x200000200000000';
 
 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})
 );