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 /tests/sandbox/run-ut-2803.c | |
parent | 360c01464aee3bc4c520898a675f35967db09ac2 (diff) |
Notes
Diffstat (limited to 'tests/sandbox/run-ut-2803.c')
-rw-r--r-- | tests/sandbox/run-ut-2803.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sandbox/run-ut-2803.c b/tests/sandbox/run-ut-2803.c index afe09049a6391..af0d251b22121 100644 --- a/tests/sandbox/run-ut-2803.c +++ b/tests/sandbox/run-ut-2803.c @@ -37,7 +37,9 @@ extern void test_ignored(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); } |