diff options
Diffstat (limited to 'src/bin/scripts/t/070_dropuser.pl')
-rw-r--r-- | src/bin/scripts/t/070_dropuser.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/070_dropuser.pl b/src/bin/scripts/t/070_dropuser.pl index 22079f6742c..166a591d0a1 100644 --- a/src/bin/scripts/t/070_dropuser.pl +++ b/src/bin/scripts/t/070_dropuser.pl @@ -13,7 +13,7 @@ my $node = get_new_node('main'); $node->init; $node->start; -$node->psql('postgres', 'CREATE ROLE foobar1'); +$node->safe_psql('postgres', 'CREATE ROLE foobar1'); $node->issues_sql_like( [ 'dropuser', 'foobar1' ], qr/statement: DROP ROLE foobar1/, |