Commit e208b1953853f27f2de23f429e9518480a2d51e2

Patrick Steinhardt 2019-08-01T13:42:19

tests: config: catch OOM when assembling conditional config When assembling contents of the conditionally including file, we use `git_buf_printf` and `git_buf_puts` without checking for error returns. Add `cl_git_pass` to fix this.