diff options
| author | Daniel Gustafsson | 2022-03-24 19:51:40 +0000 |
|---|---|---|
| committer | Daniel Gustafsson | 2022-03-24 19:51:40 +0000 |
| commit | 7dac61402e34c6d41d5d11cdc4c6a55f91e24026 (patch) | |
| tree | 27c64414df6d95ebbb99cb5e1f8a21b519e060d8 /contrib/amcheck | |
| parent | 412ad7a55639516f284cd0ef9757d6ae5c7abd43 (diff) | |
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.pl | 1 | ||||
| -rw-r--r-- | contrib/amcheck/t/003_cic_2pc.pl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/amcheck/t/002_cic.pl b/contrib/amcheck/t/002_cic.pl index b8e4ac7cf41..32e4e4abd84 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 e66ccd93f18..1a2cceae49a 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; |
