diff options
author | Stephen Frost <sfrost@snowman.net> | 2017-03-18 13:53:29 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2017-03-18 13:53:29 -0400 |
commit | 805e8bc7029b6eb19f0ca3a68051cfda5bd07ef3 (patch) | |
tree | 2e6ae6318197912b26bf68a72b266bbffecae431 | |
parent | 5abda5a3e9e7f2a472ccbb1b8389d9166d4a9eca (diff) | |
download | postgresql-805e8bc7029b6eb19f0ca3a68051cfda5bd07ef3.tar.gz postgresql-805e8bc7029b6eb19f0ca3a68051cfda5bd07ef3.zip |
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.
-rw-r--r-- | src/bin/pg_dump/t/001_basic.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/t/001_basic.pl b/src/bin/pg_dump/t/001_basic.pl index 2890cc2f5b5..257fb08ccb7 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; |