diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-01-29 09:29:26 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-01-29 09:29:27 +0000 |
| commit | 892a05ee3a6abd8d84f46a1b895b1d2bf805d08a (patch) | |
| tree | b99468315eee68aeb7e7a5d5d0f7f1ed384b470c /lib/msun/tests | |
| parent | 4d2edf3af1dbd8a3e7cf1b22343a1ecfc2dd41ba (diff) | |
Diffstat (limited to 'lib/msun/tests')
| -rw-r--r-- | lib/msun/tests/fenv_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msun/tests/fenv_test.c b/lib/msun/tests/fenv_test.c index 9b615b100e8a..62abfefb4a8a 100644 --- a/lib/msun/tests/fenv_test.c +++ b/lib/msun/tests/fenv_test.c @@ -539,6 +539,8 @@ test_feholdupdate(void) int main(void) { + /* Avoid double output after fork() */ + setvbuf(stdout, NULL, _IONBF, 0); printf("1..8\n"); init_exceptsets(); |
