| 314 | ASSERT_EQ(symlink(target, path), 0); |
| 315 | ASSERT_EQ(cbm_toml_upsert_managed_block(path, CTE_BEGIN, CTE_END, "owned = true\n"), -1); |
| 316 | struct stat link_state; |
| 317 | ASSERT_EQ(lstat(path, &link_state), 0); |
| 318 | ASSERT(S_ISLNK(link_state.st_mode)); |
| 319 | ASSERT_EQ(cte_read(target, actual, sizeof(actual)), 0); |
no outgoing calls
no test coverage detected