]> granicus.if.org Git - postgresql/commitdiff
Adjust number of tests for pg_dump 001_basic.pl
authorStephen Frost <sfrost@snowman.net>
Sat, 18 Mar 2017 17:53:29 +0000 (13:53 -0400)
committerStephen Frost <sfrost@snowman.net>
Sat, 18 Mar 2017 17:53:29 +0000 (13:53 -0400)
When removing a test, need to make sure the count of tests is adjusted
when it isn't calculated.

src/bin/pg_dump/t/001_basic.pl

index 2890cc2f5b5715585c2dbb1894a896170981b9e3..257fb08ccb78182d049f724f723b5c21c3671877 100644 (file)
@@ -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;