Commit 805e8bc7 authored by Stephen Frost's avatar Stephen Frost

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.
parent 5abda5a3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment