aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/perl/README')
-rw-r--r--src/test/perl/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/perl/README b/src/test/perl/README
index fd9394957f7..f04b2a2ea49 100644
--- a/src/test/perl/README
+++ b/src/test/perl/README
@@ -48,7 +48,7 @@ Each test script should begin with:
then it will generally need to set up one or more nodes, run commands
against them and evaluate the results. For example:
- my $node = PostgresNode->get_new_node('primary');
+ my $node = PostgresNode->new('primary');
$node->init;
$node->start;