aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/050_dropdb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts/t/050_dropdb.pl')
-rw-r--r--src/bin/scripts/t/050_dropdb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/050_dropdb.pl b/src/bin/scripts/t/050_dropdb.pl
index 2adc80a03f7..fb4f6564811 100644
--- a/src/bin/scripts/t/050_dropdb.pl
+++ b/src/bin/scripts/t/050_dropdb.pl
@@ -9,7 +9,7 @@ program_help_ok('dropdb');
program_version_ok('dropdb');
program_options_handling_ok('dropdb');
-my $node = get_new_node();
+my $node = get_new_node('main');
$node->init;
$node->start;