diff options
Diffstat (limited to 'src/bin/scripts/t/050_dropdb.pl')
-rw-r--r-- | src/bin/scripts/t/050_dropdb.pl | 2 |
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 fb4f6564811..25aa54a4ae4 100644 --- a/src/bin/scripts/t/050_dropdb.pl +++ b/src/bin/scripts/t/050_dropdb.pl @@ -13,7 +13,7 @@ my $node = get_new_node('main'); $node->init; $node->start; -$node->psql('postgres', 'CREATE DATABASE foobar1'); +$node->safe_psql('postgres', 'CREATE DATABASE foobar1'); $node->issues_sql_like( [ 'dropdb', 'foobar1' ], qr/statement: DROP DATABASE foobar1/, |