From: Magnus Hagander Date: Sat, 17 Jun 2017 08:19:48 +0000 (+0200) Subject: Remove incorrect comment X-Git-Tag: REL_10_BETA2~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f5cb14e3c507973392e90b25cb4d36932dd42da;p=postgresql Remove incorrect comment Author: Michael Paquier --- diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl index f8847e3932..32df273929 100644 --- a/src/test/ssl/t/001_ssltests.pl +++ b/src/test/ssl/t/001_ssltests.pl @@ -34,8 +34,6 @@ sub run_test_psql # The first argument is a (part of a) connection string, and it's also printed # out as the test case name. It is appended to $common_connstr global variable, # which also contains a libpq connection string. -# -# The second argument is a hostname to connect to. sub test_connect_ok { my $connstr = $_[0];