From: Simon Riggs Date: Mon, 8 Dec 2014 16:51:02 +0000 (+0900) Subject: Execute 18 tests for src/bin/scripts/t/090.. X-Git-Tag: REL9_5_ALPHA1~1086 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1135aabab5dad2f4e79aade3c907bd7a51ac263a;p=postgresql Execute 18 tests for src/bin/scripts/t/090.. Some requests count as two tests. --- diff --git a/src/bin/scripts/t/090_reindexdb.pl b/src/bin/scripts/t/090_reindexdb.pl index 0cdf7be299..d24088ebdb 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');