Adjust number of tests for pg_dump 001_basic.pl

When removing a test, need to make sure the count of tests is adjusted
when it isn't calculated.
pull/17/merge
Stephen Frost 8 years ago
parent 5abda5a3e9
commit 805e8bc702
  1. 2
      src/bin/pg_dump/t/001_basic.pl

@ -4,7 +4,7 @@ use warnings;
use Config; use Config;
use PostgresNode; use PostgresNode;
use TestLib; use TestLib;
use Test::More tests => 70; use Test::More tests => 68;
my $tempdir = TestLib::tempdir; my $tempdir = TestLib::tempdir;
my $tempdir_short = TestLib::tempdir_short; my $tempdir_short = TestLib::tempdir_short;

Loading…
Cancel
Save