projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec182ef
)
Fix 90-test_networking.t
author
Richard Levitte
<levitte@openssl.org>
Tue, 9 Feb 2016 14:11:01 +0000
(15:11 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 9 Feb 2016 14:11:01 +0000
(15:11 +0100)
The previous fix wasn't complete, it was missing a 'use OpenSSL::Test::Utils'
Reviewed-by: Matt Caswell <matt@openssl.org>
test/recipes/90-test_networking.t
patch
|
blob
|
history
diff --git
a/test/recipes/90-test_networking.t
b/test/recipes/90-test_networking.t
index 08160faf068847db7ca8a5571f87ac77056fbc11..1e2d5fcd132e018705a988cb24ac33e1095f02e1 100644
(file)
--- a/
test/recipes/90-test_networking.t
+++ b/
test/recipes/90-test_networking.t
@@
-54,6
+54,7
@@
use strict;
use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file bldtop_file bldtop_dir/;
+use OpenSSL::Test::Utils;
use TLSProxy::Proxy;
my $test_name = "test_networking";