summaryrefslogtreecommitdiff
path: root/sntp/tests/run-t-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/tests/run-t-log.c')
-rw-r--r--sntp/tests/run-t-log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sntp/tests/run-t-log.c b/sntp/tests/run-t-log.c
index 3532c4e0ed664..268bf41d3a48e 100644
--- a/sntp/tests/run-t-log.c
+++ b/sntp/tests/run-t-log.c
@@ -36,7 +36,9 @@ extern void testWriteInCustomLogfile(void);
//=======Suite Setup=====
static void suite_setup(void)
{
+extern int change_iobufs(int);
extern int change_logfile(const char*, int);
+change_iobufs(1);
change_logfile("stderr", 0);
}