summaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/070_dropuser.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/070_dropuser.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/070_dropuser.pl')
-rw-r--r--src/bin/scripts/t/070_dropuser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/070_dropuser.pl b/src/bin/scripts/t/070_dropuser.pl
index 9e0587d68f9..bbb3b7922a4 100644
--- a/src/bin/scripts/t/070_dropuser.pl
+++ b/src/bin/scripts/t/070_dropuser.pl
@@ -1,7 +1,7 @@
use strict;
use warnings;
use TestLib;
-use Test::More tests => 5;
+use Test::More tests => 11;
program_help_ok('dropuser');
program_version_ok('dropuser');