xref: /netbsd-src/external/bsd/ntp/dist/tests/ntpq/testconf.yml (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1# configure the test runner generator to properly set up the tests
2# - avoid cluttering the syslogs
3
4---
5:unity:
6  :suite_setup:
7    - extern int change_logfile(const char*, int);
8    - change_logfile("stderr", 0);
9
10