aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-06-17 10:19:48 +0200
committerMagnus Hagander <magnus@hagander.net>2017-06-17 10:19:48 +0200
commit7f5cb14e3c507973392e90b25cb4d36932dd42da (patch)
tree3c251d386aa4f21beff6d8901ca0e130cc02f997
parentbb1f8f9e5bb13af43ab65faa98ae898a68995070 (diff)
downloadpostgresql-7f5cb14e3c507973392e90b25cb4d36932dd42da.tar.gz
postgresql-7f5cb14e3c507973392e90b25cb4d36932dd42da.zip
Remove incorrect comment
Author: Michael Paquier <michael.paquier@gmail.com>
-rw-r--r--src/test/ssl/t/001_ssltests.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl
index f8847e39328..32df2739295 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];