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
pull/69/merge
Michael Paquier 4 years ago
parent b30cc0fd6d
commit 5fcb23c18f
  1. 1
      src/bin/pg_ctl/t/002_status.pl
  2. 1
      src/bin/pg_dump/t/001_basic.pl
  3. 1
      src/bin/pg_dump/t/002_pg_dump.pl
  4. 1
      src/bin/pg_dump/t/003_pg_dump_with_server.pl
  5. 1
      src/test/modules/test_pg_dump/t/001_base.pl

@ -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…
Cancel
Save