aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/070_dropuser.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts/t/070_dropuser.pl')
-rw-r--r--src/bin/scripts/t/070_dropuser.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/scripts/t/070_dropuser.pl b/src/bin/scripts/t/070_dropuser.pl
index c4fb6329bae..e4eac2186de 100644
--- a/src/bin/scripts/t/070_dropuser.pl
+++ b/src/bin/scripts/t/070_dropuser.pl
@@ -6,7 +6,7 @@ use warnings;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
-use Test::More tests => 11;
+use Test::More;
program_help_ok('dropuser');
program_version_ok('dropuser');
@@ -24,3 +24,5 @@ $node->issues_sql_like(
$node->command_fails([ 'dropuser', 'regress_nonexistent' ],
'fails with nonexistent user');
+
+done_testing();