Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fcb23c

Browse files
committed
Remove some unused variables in TAP tests
Author: Amul Sul Discussion: https://postgr.es/m/CAAJ_b96xuFh4JZE6p-zhLyDu7q=NbxJfb1z_yeAu6t-MqaBC+Q@mail.gmail.com
1 parent b30cc0f commit 5fcb23c

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::More tests => 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::More tests => 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::More tests => 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)