- Notifications
You must be signed in to change notification settings - Fork5k
Commitb64c3bd
committed
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.org1 parentc2d81ee commitb64c3bd
File tree
3 files changed
+0
-5
lines changed- src
- bin
- pg_ctl/t
- pg_rewind/t
- test/ldap/t
3 files changed
+0
-5
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 | 7 |
| |
11 | 8 |
| |
12 | 9 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
0 commit comments
Comments
(0)