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