Remove incorrect comment

Author: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
Magnus Hagander 2017-06-17 10:19:48 +02:00
parent bb1f8f9e5b
commit 7f5cb14e3c
1 changed files with 0 additions and 2 deletions

View File

@ -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];