diff options
author | Simon Riggs | 2014-12-08 16:51:02 +0000 |
---|---|---|
committer | Simon Riggs | 2014-12-08 16:51:02 +0000 |
commit | 1135aabab5dad2f4e79aade3c907bd7a51ac263a (patch) | |
tree | c3d78b0c40ac9581bd98d84eb9daa51f64fe0949 | |
parent | fe263d115a7dd16095b8b8f1e943aff2bb4574d2 (diff) |
Execute 18 tests for src/bin/scripts/t/090..
Some requests count as two tests.
-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 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'); |