Helper: recursive remove */
| 382 | |
| 383 | /* Helper: recursive remove */ |
| 384 | static void test_rmdir_r(const char *path) { |
| 385 | th_rmtree(path); |
| 386 | } |
| 387 | |
| 388 | /* Mandatory-daemon activation guard fixture. The production path uses the |
| 389 | * stable per-account endpoint directly; these callbacks make every race |