From 7dac61402e34c6d41d5d11cdc4c6a55f91e24026 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 24 Mar 2022 20:51:40 +0100 Subject: 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 Discussion: https://postgr.es/m/A5A074CD-3198-492B-BE5E-7961EFC3733F@yesql.se --- contrib/amcheck/t/002_cic.pl | 1 - contrib/amcheck/t/003_cic_2pc.pl | 1 - 2 files changed, 2 deletions(-) (limited to 'contrib/amcheck') 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; -- cgit v1.2.1