aboutsummaryrefslogtreecommitdiff
path: root/sntp/tests/run-keyFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/tests/run-keyFile.c')
-rw-r--r--sntp/tests/run-keyFile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sntp/tests/run-keyFile.c b/sntp/tests/run-keyFile.c
index 6c1848e660e2..5b25519cef3c 100644
--- a/sntp/tests/run-keyFile.c
+++ b/sntp/tests/run-keyFile.c
@@ -41,7 +41,9 @@ extern void test_ReadKeyFileWithInvalidHex(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);
}