diff options
Diffstat (limited to 'src/test/authentication')
| -rw-r--r-- | src/test/authentication/t/006_login_trigger.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/authentication/t/006_login_trigger.pl b/src/test/authentication/t/006_login_trigger.pl index 8229490ae27..30d852a96ad 100644 --- a/src/test/authentication/t/006_login_trigger.pl +++ b/src/test/authentication/t/006_login_trigger.pl @@ -143,7 +143,7 @@ psql_command( log_exact => '2', err_like => [qr/You are welcome/]); -# Try to login as allowed Alice. We don't check the Mallroy login, because +# Try to login as allowed Alice. We don't check the Mallory login, because # FATAL error could cause a timing-dependant panic of IPC::Run. psql_command( $node, 'SELECT 1;', 0, 'try regress_alice', |
