**Description** Test file prepared by UTBot is not writable for client code. **To Reproduce** Steps to reproduce the behavior: 1. Generate tests for `char file_fwrite(FILE*, int)` function from [c-examples](https://github.com/UnitTestBot/UTBotCpp/blob/1a96424dd1dd7addafc94c7075fe671c8b1f3f83/integration-tests/c-example/lib/input_output/file.c#L96) 2. Run generated tests **Expected behavior** Content of test file `A` is update according to code logic, i.e. _Posititve_, _Negative_ or _Zero_ written to file. **Actual behavior** Content of the file is not modified and consists of 64 `\0`