summaryrefslogtreecommitdiff
path: root/contrib/amcheck
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 /contrib/amcheck
parent412ad7a55639516f284cd0ef9757d6ae5c7abd43 (diff)
downloadpostgresql-7dac61402e34c6d41d5d11cdc4c6a55f91e24026.tar.gz
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 'contrib/amcheck')
-rw-r--r--contrib/amcheck/t/002_cic.pl1
-rw-r--r--contrib/amcheck/t/003_cic_2pc.pl1
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/amcheck/t/002_cic.pl b/contrib/amcheck/t/002_cic.pl
index b8e4ac7cf4..32e4e4abd8 100644
--- a/contrib/amcheck/t/002_cic.pl
+++ b/contrib/amcheck/t/002_cic.pl
@@ -5,7 +5,6 @@
use strict;
use warnings;
-use Config;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
diff --git a/contrib/amcheck/t/003_cic_2pc.pl b/contrib/amcheck/t/003_cic_2pc.pl
index e66ccd93f1..1a2cceae49 100644
--- a/contrib/amcheck/t/003_cic_2pc.pl
+++ b/contrib/amcheck/t/003_cic_2pc.pl
@@ -5,7 +5,6 @@
use strict;
use warnings;
-use Config;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;