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

Commit5fcb23c

Browse files
committed
Remove some unused variables in TAP tests
Author: Amul SulDiscussion:https://postgr.es/m/CAAJ_b96xuFh4JZE6p-zhLyDu7q=NbxJfb1z_yeAu6t-MqaBC+Q@mail.gmail.com
1 parentb30cc0f commit5fcb23c

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

‎src/bin/pg_ctl/t/002_status.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Test::Moretests=> 3;
1010

1111
my$tempdir = TestLib::tempdir;
12-
my$tempdir_short = TestLib::tempdir_short;
1312

1413
command_exit_is(['pg_ctl','status','-D',"$tempdir/nonexistent" ],
1514
4,'pg_ctl status with nonexistent directory');

‎src/bin/pg_dump/t/001_basic.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Test::Moretests=> 82;
1111

1212
my$tempdir = TestLib::tempdir;
13-
my$tempdir_short = TestLib::tempdir_short;
1413

1514
#########################################
1615
# Basic checks

‎src/bin/pg_dump/t/002_pg_dump.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Test::More;
1111

1212
my$tempdir = TestLib::tempdir;
13-
my$tempdir_short = TestLib::tempdir_short;
1413

1514
###############################################################
1615
# Definition of the pg_dump runs to make.

‎src/bin/pg_dump/t/003_pg_dump_with_server.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Test::Moretests=> 3;
1010

1111
my$tempdir = TestLib::tempdir;
12-
my$tempdir_short = TestLib::tempdir_short;
1312

1413
my$node = PostgresNode->new('main');
1514
my$port =$node->port;

‎src/test/modules/test_pg_dump/t/001_base.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Test::More;
1111

1212
my$tempdir = TestLib::tempdir;
13-
my$tempdir_short = TestLib::tempdir_short;
1413

1514
###############################################################
1615
# This structure is based off of the src/bin/pg_dump/t test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp