From 8f18f3c29523d04f66b3537a520816004927403a Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 19 Apr 2021 14:37:21 +0200 Subject: [PATCH] fixup! Move the test zim files in a subdirectory --- test/tools.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tools.cpp b/test/tools.cpp index e30be0b87..96da1d078 100644 --- a/test/tools.cpp +++ b/test/tools.cpp @@ -139,6 +139,7 @@ const std::vector getDataFilePath(const std::string& filename, const s auto dataDir = opendir(dataDirPath.c_str()); if (!dataDir) { + filePaths.emplace_back(dataDirPath, "NO_DATA_DIR", filename); return filePaths; } struct dirent* current = NULL;