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