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:
Stephen Frost 2017-03-18 13:53:29 -04:00
parent 5abda5a3e9
commit 805e8bc702

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