summaryrefslogtreecommitdiff
path: root/tests/ntpd/run-ntp_restrict.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ntpd/run-ntp_restrict.c')
-rw-r--r--tests/ntpd/run-ntp_restrict.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ntpd/run-ntp_restrict.c b/tests/ntpd/run-ntp_restrict.c
index 3303640f1145c..ee28cee84cbe8 100644
--- a/tests/ntpd/run-ntp_restrict.c
+++ b/tests/ntpd/run-ntp_restrict.c
@@ -42,7 +42,9 @@ extern void test_RestrictUnflagWorks(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);
}