Skip to content
Snippets Groups Projects

tests/test_cache: fix broken test

Merged Grigorii Demidov requested to merge test_cache_fix into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -66,6 +66,7 @@ static inline int test_tmpdir_remove(const char *path)
remove(buf);
}
remove(path);
closedir(dir);
return 0;
}
Loading