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
This commit is contained in:
parent
b30cc0fd6d
commit
5fcb23c18f
@ -9,7 +9,6 @@ use TestLib;
|
||||
use Test::More tests => 3;
|
||||
|
||||
my $tempdir = TestLib::tempdir;
|
||||
my $tempdir_short = TestLib::tempdir_short;
|
||||
|
||||
command_exit_is([ 'pg_ctl', 'status', '-D', "$tempdir/nonexistent" ],
|
||||
4, 'pg_ctl status with nonexistent directory');
|
||||
|
@ -10,7 +10,6 @@ use TestLib;
|
||||
use Test::More tests => 82;
|
||||
|
||||
my $tempdir = TestLib::tempdir;
|
||||
my $tempdir_short = TestLib::tempdir_short;
|
||||
|
||||
#########################################
|
||||
# Basic checks
|
||||
|
@ -10,7 +10,6 @@ use TestLib;
|
||||
use Test::More;
|
||||
|
||||
my $tempdir = TestLib::tempdir;
|
||||
my $tempdir_short = TestLib::tempdir_short;
|
||||
|
||||
###############################################################
|
||||
# Definition of the pg_dump runs to make.
|
||||
|
@ -9,7 +9,6 @@ use TestLib;
|
||||
use Test::More tests => 3;
|
||||
|
||||
my $tempdir = TestLib::tempdir;
|
||||
my $tempdir_short = TestLib::tempdir_short;
|
||||
|
||||
my $node = PostgresNode->new('main');
|
||||
my $port = $node->port;
|
||||
|
@ -10,7 +10,6 @@ use TestLib;
|
||||
use Test::More;
|
||||
|
||||
my $tempdir = TestLib::tempdir;
|
||||
my $tempdir_short = TestLib::tempdir_short;
|
||||
|
||||
###############################################################
|
||||
# This structure is based off of the src/bin/pg_dump/t test
|
||||
|
Loading…
x
Reference in New Issue
Block a user