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 <ilm...@ilmari.org> Discussion: https://postgr.es/m/87jz8rzf3h....@wibble.ilmari.org Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3943f5cff6a66639d295a6f1922e54b79d2ab16f Modified Files -------------- contrib/auto_explain/t/001_auto_explain.pl | 2 +- contrib/basebackup_to_shell/t/001_basic.pl | 4 ++-- src/bin/pg_basebackup/t/010_pg_basebackup.pl | 2 +- src/bin/pg_basebackup/t/011_in_place_tablespace.pl | 2 +- src/bin/pg_combinebackup/t/008_promote.pl | 2 +- src/test/modules/test_pg_dump/t/001_base.pl | 2 +- src/test/perl/PostgreSQL/Test/Cluster.pm | 2 +- src/test/postmaster/t/002_connection_limits.pl | 2 +- src/test/ssl/t/002_scram.pl | 4 ++-- src/test/ssl/t/003_sslinfo.pl | 5 ++--- 10 files changed, 13 insertions(+), 14 deletions(-)