summaryrefslogtreecommitdiff
path: root/tests/sshhelp.pm
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-04-08 13:18:22 -0700
committerDan Fandrich <dan@coneharvesters.com>2023-04-11 14:55:32 -0700
commitdee50c9c516a9d816d4737b5761d95d423709d8e (patch)
treed0f1f2cbce65a5198ce6c52a2419bfc1cebcad1f /tests/sshhelp.pm
parent25aba1683ae4492ff0cc3bd717c7689155dcc07e (diff)
downloadcurl-dee50c9c516a9d816d4737b5761d95d423709d8e.tar.gz
tests: log sshserver.pl messages to a file
The logmsg messages were thrown away before, so they are now available for debugging.
Diffstat (limited to 'tests/sshhelp.pm')
-rw-r--r--tests/sshhelp.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/sshhelp.pm b/tests/sshhelp.pm
index d6a32f589..c8df594b2 100644
--- a/tests/sshhelp.pm
+++ b/tests/sshhelp.pm
@@ -63,7 +63,6 @@ BEGIN {
find_sftp
find_sshkeygen
find_httptlssrv
- logmsg
sshversioninfo
);
}
@@ -176,17 +175,6 @@ sub dump_array {
#***************************************************************************
-# Display a message
-#
-sub logmsg {
- my ($line) = @_;
- chomp $line if($line);
- $line .= "\n";
- print "$line";
-}
-
-
-#***************************************************************************
# Display contents of the given file
#
sub display_file {