diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-10-29 19:41:19 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-10-29 19:43:51 -0400 |
commit | ae3eb9b8ef5638610da05038e40229d4f4e5c1fd (patch) | |
tree | 1d6faa1b3fe78ff65f2f6dae3e598b3ee3726ae7 /src/bin/scripts/t/011_clusterdb_all.pl | |
parent | 22b3003d70a88644f36cd91446631f474dfbfe41 (diff) |
Remove use of TAP subtests
They turned out to be too much of a portability headache, because they
need a fairly new version of Test::More to work properly.
Diffstat (limited to 'src/bin/scripts/t/011_clusterdb_all.pl')
-rw-r--r-- | src/bin/scripts/t/011_clusterdb_all.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/011_clusterdb_all.pl b/src/bin/scripts/t/011_clusterdb_all.pl index eb2016497e3..7769f70bb15 100644 --- a/src/bin/scripts/t/011_clusterdb_all.pl +++ b/src/bin/scripts/t/011_clusterdb_all.pl @@ -1,7 +1,7 @@ use strict; use warnings; use TestLib; -use Test::More tests => 1; +use Test::More tests => 2; my $tempdir = tempdir; start_test_server $tempdir; |