diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2014-12-09 01:51:02 +0900 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2014-12-09 01:51:02 +0900 |
commit | 1135aabab5dad2f4e79aade3c907bd7a51ac263a (patch) | |
tree | c3d78b0c40ac9581bd98d84eb9daa51f64fe0949 /src | |
parent | fe263d115a7dd16095b8b8f1e943aff2bb4574d2 (diff) | |
download | postgresql-1135aabab5dad2f4e79aade3c907bd7a51ac263a.tar.gz postgresql-1135aabab5dad2f4e79aade3c907bd7a51ac263a.zip |
Execute 18 tests for src/bin/scripts/t/090..
Some requests count as two tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/scripts/t/090_reindexdb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/090_reindexdb.pl b/src/bin/scripts/t/090_reindexdb.pl index 0cdf7be299c..d24088ebdbc 100644 --- a/src/bin/scripts/t/090_reindexdb.pl +++ b/src/bin/scripts/t/090_reindexdb.pl @@ -1,7 +1,7 @@ use strict; use warnings; use TestLib; -use Test::More tests => 17; +use Test::More tests => 18; program_help_ok('reindexdb'); program_version_ok('reindexdb'); |