From 1135aabab5dad2f4e79aade3c907bd7a51ac263a Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Tue, 9 Dec 2014 01:51:02 +0900 Subject: [PATCH] Execute 18 tests for src/bin/scripts/t/090.. Some requests count as two tests. --- src/bin/scripts/t/090_reindexdb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- GitLab