summaryrefslogtreecommitdiff
path: root/tests/servers.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/servers.pm')
-rw-r--r--tests/servers.pm13
1 files changed, 5 insertions, 8 deletions
diff --git a/tests/servers.pm b/tests/servers.pm
index 1fc1c4800..7c4b36778 100644
--- a/tests/servers.pm
+++ b/tests/servers.pm
@@ -114,7 +114,11 @@ use pathhelp qw(
use processhelp;
use globalconfig;
-use testutil;
+use testutil qw(
+ logmsg
+ runclient
+ runclientoutput
+ );
my %serverpidfile; # all server pid file names, identified by server id
@@ -154,13 +158,6 @@ our $err_unexpected; # error instead of warning on server unexpectedly alive
our $debugprotocol; # nonzero for verbose server logs
our $stunnel; # path to stunnel command
-#######################################################################
-# Log an informational message
-# This just calls main's logmsg for now.
-
-sub logmsg {
- return main::logmsg(@_);
-}
#######################################################################
# Check for a command in the PATH of the test server.