diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2020-03-04 13:59:29 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2020-03-04 13:59:29 +0000 |
| commit | 5171bc9b11192d9ad273db7854787eaa65eb9997 (patch) | |
| tree | b872a53605ef14ae76de1104afb4be189d1a958a /sntp/tests/run-kodFile.c | |
| parent | 360c01464aee3bc4c520898a675f35967db09ac2 (diff) | |
Diffstat (limited to 'sntp/tests/run-kodFile.c')
| -rw-r--r-- | sntp/tests/run-kodFile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sntp/tests/run-kodFile.c b/sntp/tests/run-kodFile.c index 07a32d724a55..a3af21855c55 100644 --- a/sntp/tests/run-kodFile.c +++ b/sntp/tests/run-kodFile.c @@ -42,7 +42,9 @@ extern void test_WriteFileWithMultipleEntries(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); } |
