summaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/030_createlang.pl
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-10-29 19:41:19 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-10-29 19:43:51 -0400
commitae3eb9b8ef5638610da05038e40229d4f4e5c1fd (patch)
tree1d6faa1b3fe78ff65f2f6dae3e598b3ee3726ae7 /src/bin/scripts/t/030_createlang.pl
parent22b3003d70a88644f36cd91446631f474dfbfe41 (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/030_createlang.pl')
-rw-r--r--src/bin/scripts/t/030_createlang.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/030_createlang.pl b/src/bin/scripts/t/030_createlang.pl
index 292021611b6..7ff0a3ed38d 100644
--- a/src/bin/scripts/t/030_createlang.pl
+++ b/src/bin/scripts/t/030_createlang.pl
@@ -1,7 +1,7 @@
use strict;
use warnings;
use TestLib;
-use Test::More tests => 6;
+use Test::More tests => 14;
program_help_ok('createlang');
program_version_ok('createlang');