Skip to content
Snippets Groups Projects
Commit 5bb7102c authored by Grigorii Demidov's avatar Grigorii Demidov
Browse files

tests/test_cache: fix broken test

parent 503adee6
No related merge requests found
...@@ -66,6 +66,7 @@ static inline int test_tmpdir_remove(const char *path) ...@@ -66,6 +66,7 @@ static inline int test_tmpdir_remove(const char *path)
remove(buf); remove(buf);
} }
remove(path); remove(path);
closedir(dir);
return 0; return 0;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment