MXS-1717: Fix test regressions
Due to the changes done for MXS-1717, the bug673 test had to be adjusted and a newline has to be printed after users_diagnostic is called.
This commit is contained in:
@ -523,10 +523,7 @@ void dcb_PrintAdminUsers(DCB *dcb)
|
||||
{
|
||||
users_diagnostic(dcb, linux_users);
|
||||
}
|
||||
else
|
||||
{
|
||||
dcb_printf(dcb, "\n");
|
||||
}
|
||||
dcb_printf(dcb, "\n");
|
||||
|
||||
dcb_printf(dcb, "Created network accounts (insecure): ");
|
||||
|
||||
@ -534,8 +531,5 @@ void dcb_PrintAdminUsers(DCB *dcb)
|
||||
{
|
||||
users_diagnostic(dcb, inet_users);
|
||||
}
|
||||
else
|
||||
{
|
||||
dcb_printf(dcb, "\n");
|
||||
}
|
||||
dcb_printf(dcb, "\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user