Helper: recursive remove */
| 61 | |
| 62 | /* Helper: recursive remove */ |
| 63 | static void test_rmdir_r(const char *path) { |
| 64 | th_rmtree(path); |
| 65 | } |
| 66 | |
| 67 | /* Helper: create tar.gz with a single file */ |
| 68 | static unsigned char *create_test_targz(const char *filename, const unsigned char *content, |