diff options
Diffstat (limited to 'src/test/authentication/t/002_saslprep.pl')
-rw-r--r-- | src/test/authentication/t/002_saslprep.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/authentication/t/002_saslprep.pl b/src/test/authentication/t/002_saslprep.pl index 4799e927dbb..acd379df316 100644 --- a/src/test/authentication/t/002_saslprep.pl +++ b/src/test/authentication/t/002_saslprep.pl @@ -36,6 +36,8 @@ sub reset_pg_hba # Test access for a single role, useful to wrap all tests into one. sub test_login { + local $Test::Builder::Level = $Test::Builder::Level + 1; + my $node = shift; my $role = shift; my $password = shift; |