Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb64c3bd

Browse files
Remove more unused module imports from TAP tests
This is a follow-up to commit7dac614 which removed a set of unusedmodules from the TAP test.The Config references in the pg_ctl and pg_rewind tests were removedin commit1c6d462. Fcntl ':mode' and File::stat in the pg_ctl testwere added inc37b3d0 which was probably a leftover from an earlierversion of the patch, as the function using these was added to anothermodule in that commit.The Config reference in the ldap test was added inee56c3b which inturn use $^O instead of interrogating Config.Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>Discussion:https://postgr.es/m/87lewyqk45.fsf@wibble.ilmari.org
1 parentc2d81ee commitb64c3bd

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

‎src/bin/pg_ctl/t/001_start_stop.pl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
use strict;
55
use warnings;
66

7-
use Config;
8-
use Fcntl':mode';
9-
use File::statqw{lstat};
107
use PostgreSQL::Test::Cluster;
118
use PostgreSQL::Test::Utils;
129
use Test::More;

‎src/bin/pg_rewind/t/RewindTest.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ use strict;
3535
use warnings;
3636

3737
use Carp;
38-
use Config;
3938
use Exporter'import';
4039
use File::Copy;
4140
use File::Pathqw(rmtree);

‎src/test/ldap/t/001_auth.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use PostgreSQL::Test::Utils;
77
use PostgreSQL::Test::Cluster;
88
use Test::More;
9-
use Config;
109

1110

1211
my ($slapd,$ldap_bin_dir,$ldap_schema_dir);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp