Recursive remove (simple, not production-grade) */
| 96 | |
| 97 | /* Recursive remove (simple, not production-grade) */ |
| 98 | static void rm_rf(const char *path) { |
| 99 | th_rmtree(path); |
| 100 | } |
| 101 | |
| 102 | static void teardown_test_repo(void) { |
| 103 | if (g_tmpdir[0]) |
no test coverage detected