summaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_sslskewith0p.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_sslskewith0p.t')
-rwxr-xr-xtest/recipes/70-test_sslskewith0p.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_sslskewith0p.t b/test/recipes/70-test_sslskewith0p.t
index 0bed4bffbb..ac88ed524e 100755
--- a/test/recipes/70-test_sslskewith0p.t
+++ b/test/recipes/70-test_sslskewith0p.t
@@ -75,7 +75,7 @@ plan skip_all => "$test_name needs the sock feature enabled"
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
my $proxy = TLSProxy::Proxy->new(
\&ske_0_p_filter,
- cmdstr(app(["openssl"])),
+ cmdstr(app(["openssl"]), display => 1),
srctop_file("apps", "server.pem"),
(!$ENV{HARNESS_ACTIVE} || $ENV{HARNESS_VERBOSE})
);