Skip to content
Snippets Groups Projects
Commit bd6d82ae authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Merge branch 'test_cache_fix' into 'master'

tests/test_cache: fix broken test



See merge request !27
parents 503adee6 5bb7102c
Branches
Tags
No related merge requests found
......@@ -66,6 +66,7 @@ static inline int test_tmpdir_remove(const char *path)
remove(buf);
}
remove(path);
closedir(dir);
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