| 293 | const char *root[] = {NULL}; |
| 294 | ASSERT_EQ(cbm_json_like_upsert_entry(fixture.path, root, 0U, "owned", "true"), -1); |
| 295 | struct stat link_state; |
| 296 | ASSERT_EQ(lstat(fixture.path, &link_state), 0); |
| 297 | ASSERT(S_ISLNK(link_state.st_mode)); |
| 298 | char *content = jl_read(target); |
no outgoing calls
no test coverage detected