Recursive remove (simple, not production-grade) */
| 90 | |
| 91 | /* Recursive remove (simple, not production-grade) */ |
| 92 | static void rm_rf(const char *path) { |
| 93 | th_rmtree(path); |
| 94 | } |
| 95 | |
| 96 | static void teardown_test_repo(void) { |
| 97 | if (g_tmpdir[0]) |
no test coverage detected