From 805e8bc7029b6eb19f0ca3a68051cfda5bd07ef3 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Sat, 18 Mar 2017 13:53:29 -0400 Subject: [PATCH] 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. --- src/bin/pg_dump/t/001_basic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_dump/t/001_basic.pl b/src/bin/pg_dump/t/001_basic.pl index 2890cc2f5b..257fb08ccb 100644 --- a/src/bin/pg_dump/t/001_basic.pl +++ b/src/bin/pg_dump/t/001_basic.pl @@ -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;