diff options
Diffstat (limited to 'sntp/tests/run-utilities.c')
| -rw-r--r-- | sntp/tests/run-utilities.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sntp/tests/run-utilities.c b/sntp/tests/run-utilities.c index 0f388451763a..f717882a4b57 100644 --- a/sntp/tests/run-utilities.c +++ b/sntp/tests/run-utilities.c @@ -44,7 +44,9 @@ extern void test_LfpOutputDecimalFormat(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);  }  | 
