Remove unused module imports from TAP tests
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 24 Mar 2022 19:51:40 +0000 (20:51 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 24 Mar 2022 19:51:40 +0000 (20:51 +0100)
commit7dac61402e34c6d41d5d11cdc4c6a55f91e24026
tree27c64414df6d95ebbb99cb5e1f8a21b519e060d8
parent412ad7a55639516f284cd0ef9757d6ae5c7abd43
Remove unused module imports from TAP tests

The Config and Cwd modules were no longer used, but remained imported,
in a number of tests.  Remove to keep the imports to the actually used
modules.

Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://postgr.es/m/A5A074CD-3198-492B-BE5E-7961EFC3733F@yesql.se
26 files changed:
contrib/amcheck/t/002_cic.pl
contrib/amcheck/t/003_cic_2pc.pl
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_checksums/t/002_actions.pl
src/bin/pg_dump/t/001_basic.pl
src/bin/pg_dump/t/002_pg_dump.pl
src/bin/pg_test_fsync/t/001_basic.pl
src/bin/pg_test_timing/t/001_basic.pl
src/bin/pg_verifybackup/t/002_algorithm.pl
src/bin/pg_verifybackup/t/003_corruption.pl
src/bin/pg_verifybackup/t/004_options.pl
src/bin/pg_verifybackup/t/005_bad_manifest.pl
src/bin/pg_verifybackup/t/006_encoding.pl
src/bin/pg_verifybackup/t/007_wal.pl
src/bin/pg_verifybackup/t/008_untar.pl
src/bin/pg_verifybackup/t/009_extract.pl
src/bin/pg_verifybackup/t/010_client_untar.pl
src/bin/pgbench/t/001_pgbench_with_server.pl
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl
src/test/modules/test_pg_dump/t/001_base.pl
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/recovery/t/011_crash_recovery.pl
src/test/recovery/t/013_crash_restart.pl
src/test/recovery/t/017_shm.pl
src/test/recovery/t/020_archive_status.pl
src/test/recovery/t/021_row_visibility.pl