summaryrefslogtreecommitdiff
path: root/sntp/tests/run-packetHandling.c
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/tests/run-packetHandling.c')
-rw-r--r--sntp/tests/run-packetHandling.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sntp/tests/run-packetHandling.c b/sntp/tests/run-packetHandling.c
index 4cca13b530a06..7790b208875fe 100644
--- a/sntp/tests/run-packetHandling.c
+++ b/sntp/tests/run-packetHandling.c
@@ -50,7 +50,9 @@ extern void test_HandleCorrectPacket(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);
}