test/config: fix helper to use w/o extra config options
A set of testing helpers was added in commit 06ca83c9 ("test/config: add several application script tests"). In particular, they allow to run a tarantool instance with some default config file and write only necessary config options in a test case. In fact, if no options were set in the test, the config file was not written. It is fixed in this commit and used in the next commit. Part of #8862 NO_DOC=testing helper change NO_CHANGELOG=see NO_DOC
Please register or sign in to comment