pgsql: Silence perl complaint in ssl test

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence perl complaint in ssl test
Date: 2021-12-05 16:53:13
Message-ID: E1mtulF-0006rI-CU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence perl complaint in ssl test

Perl's hex() function complains if its argument contains trailing white
space (or in fact anything other than hex digits), so remove the
offending text.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4596a20d046e800644d6027613c6a2cb5a6c35e

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-12-06 12:47:03 pgsql: Fix inappropriate uses of PG_GETARG_UINT32()
Previous Message Daniel Gustafsson 2021-12-03 13:24:50 pgsql: Doc: Fix misleading wording of CRL parameters