aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_verifybackup/t/002_algorithm.pl
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2022-03-24 20:51:40 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2022-03-24 20:51:40 +0100
commit7dac61402e34c6d41d5d11cdc4c6a55f91e24026 (patch)
tree27c64414df6d95ebbb99cb5e1f8a21b519e060d8 /src/bin/pg_verifybackup/t/002_algorithm.pl
parent412ad7a55639516f284cd0ef9757d6ae5c7abd43 (diff)
downloadpostgresql-7dac61402e34c6d41d5d11cdc4c6a55f91e24026.tar.gz
postgresql-7dac61402e34c6d41d5d11cdc4c6a55f91e24026.zip
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
Diffstat (limited to 'src/bin/pg_verifybackup/t/002_algorithm.pl')
-rw-r--r--src/bin/pg_verifybackup/t/002_algorithm.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/pg_verifybackup/t/002_algorithm.pl b/src/bin/pg_verifybackup/t/002_algorithm.pl
index 20e3ca587a5..ca2c0f0c7bc 100644
--- a/src/bin/pg_verifybackup/t/002_algorithm.pl
+++ b/src/bin/pg_verifybackup/t/002_algorithm.pl
@@ -5,8 +5,6 @@
use strict;
use warnings;
-use Cwd;
-use Config;
use File::Path qw(rmtree);
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;