summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-09 15:11:01 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-09 15:11:01 +0100
commitbc66265da8f4c8830cfaf229c985bc391075aa9d (patch)
tree3dbfc46d010d407c9f1962a7c9919a17338ae060 /test
parentec182ef044abe06a2bd9a898d51f5f367e1c48dd (diff)
Fix 90-test_networking.t
The previous fix wasn't complete, it was missing a 'use OpenSSL::Test::Utils' Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/90-test_networking.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/90-test_networking.t b/test/recipes/90-test_networking.t
index 08160faf06..1e2d5fcd13 100644
--- 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";