Skip to content

fix: test: Add missing fclose() when applying updates failed (rpz/testlib)

Ondřej Surý requested to merge ondrej/add-missing-flose-to-rpz-testlib into main

In rpz system tests, we could leak file if the applying the updates has failed. Add the missing fclose() before returning.

Merge request reports