summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_networking.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/90-test_networking.t')
-rw-r--r--test/recipes/90-test_networking.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/90-test_networking.t b/test/recipes/90-test_networking.t
index 408d89af6a..85de81a6b5 100644
--- a/test/recipes/90-test_networking.t
+++ b/test/recipes/90-test_networking.t
@@ -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})
);