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.
This commit is contained in:
parent
5abda5a3e9
commit
805e8bc702
@ -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…
x
Reference in New Issue
Block a user