mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
tests: Avoid mixing stderr with stdout
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
a006c3c451
commit
426c6c1321
@@ -367,9 +367,9 @@ static int try_config_content(void **state, const char *config_content,
|
|||||||
tss->temp_dir);
|
tss->temp_dir);
|
||||||
|
|
||||||
if (parse_global) {
|
if (parse_global) {
|
||||||
printf("Using system-wide configuration\n");
|
fprintf(stderr, "Using system-wide configuration\n");
|
||||||
}
|
}
|
||||||
printf("Trying content: \n\n%s\n", config_content);
|
fprintf(stderr, "Trying content: \n\n%s\n", config_content);
|
||||||
|
|
||||||
torture_write_file(config_file, config_content);
|
torture_write_file(config_file, config_content);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user