1
1

tests: Add missing line breaks.

Этот коммит содержится в:
Andreas Schneider 2013-11-28 11:49:11 +01:00
родитель 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);