diff options
Diffstat (limited to 'src/bin/scripts/t/010_clusterdb.pl')
-rw-r--r-- | src/bin/scripts/t/010_clusterdb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/010_clusterdb.pl b/src/bin/scripts/t/010_clusterdb.pl index f3de9c016c..e2cff0fcab 100644 --- a/src/bin/scripts/t/010_clusterdb.pl +++ b/src/bin/scripts/t/010_clusterdb.pl @@ -30,4 +30,4 @@ $node->issues_sql_like( 'cluster specific table'); $node->command_ok([qw(clusterdb --echo --verbose dbname=template1)], - 'clusterdb with connection string'); + 'clusterdb with connection string'); |