Fix inconsistent quoting for some options in TAP tests
authorMichael Paquier <michael@paquier.xyz>
Mon, 17 Mar 2025 05:07:12 +0000 (14:07 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 17 Mar 2025 05:07:12 +0000 (14:07 +0900)
commit3943f5cff6a66639d295a6f1922e54b79d2ab16f
tree6152a13d5e0f612e2edb2589a6dcad14d6ce62ee
parent19c6e92b13b2336d1db1b236457ab15d0894b506
Fix inconsistent quoting for some options in TAP tests

This commit addresses some inconsistencies with how the options of some
routines from PostgreSQL/Test/ are written, mainly for init() and
init_from_backup() in Cluster.pm.  These are written as unquoted, except
in the locations updated here.

Changes extracted from a larger patch by the same author.

Author: Dagfinn Ilmari MannsÃ¥ker <ilmari@ilmari.org>
Discussion: https://postgr.es/m/87jz8rzf3h.fsf@wibble.ilmari.org
contrib/auto_explain/t/001_auto_explain.pl
contrib/basebackup_to_shell/t/001_basic.pl
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_basebackup/t/011_in_place_tablespace.pl
src/bin/pg_combinebackup/t/008_promote.pl
src/test/modules/test_pg_dump/t/001_base.pl
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/postmaster/t/002_connection_limits.pl
src/test/ssl/t/002_scram.pl
src/test/ssl/t/003_sslinfo.pl