tests: Add missing line breaks.
Этот коммит содержится в:
родитель
cdd7a6cb8d
Коммит
ad0abff8b3
@ -290,7 +290,7 @@ static void torture_auth_agent(void **state) {
|
||||
return;
|
||||
}
|
||||
if (!agent_is_running(session)){
|
||||
print_message("*** Agent not running. Test ignored");
|
||||
print_message("*** Agent not running. Test ignored\n");
|
||||
return;
|
||||
}
|
||||
rc = ssh_options_set(session, SSH_OPTIONS_USER, user);
|
||||
@ -321,7 +321,7 @@ static void torture_auth_agent_nonblocking(void **state) {
|
||||
return;
|
||||
}
|
||||
if (!agent_is_running(session)){
|
||||
print_message("*** Agent not running. Test ignored");
|
||||
print_message("*** Agent not running. Test ignored\n");
|
||||
return;
|
||||
}
|
||||
rc = ssh_options_set(session, SSH_OPTIONS_USER, user);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user