Adapt some test recipes to the newer cmdstr()
[openssl.git] / test / recipes / 90-test_networking.t
index 5d876ca51c7f33de1937c0c25385787cfc63ec90..85de81a6b5b542dd97316792ce06d1dbd4f4b7dd 100644 (file)
@@ -66,11 +66,14 @@ plan skip_all => "TLSProxy isn't usable on $^O"
 plan skip_all => "$test_name needs the dynamic engine feature enabled"
     if disabled("engine") || disabled("dynamic-engine");
 
+plan skip_all => "$test_name needs the sock feature enabled"
+    if disabled("sock");
+
 $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})
 );