summaryrefslogtreecommitdiff
path: root/src/utils/files_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/files_unittest.cc')
-rw-r--r--src/utils/files_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/files_unittest.cc b/src/utils/files_unittest.cc
index 50805b173..3d880f511 100644
--- a/src/utils/files_unittest.cc
+++ b/src/utils/files_unittest.cc
@@ -35,8 +35,8 @@ TEST_CASE("Files renameFile", "files")
dirSeparator = "/";
logger = new Logger();
ResourceManager::init();
- resourceManager->addToSearchPath("data", false);
- resourceManager->addToSearchPath("../data", false);
+ resourceManager->addToSearchPath("data", Append_false);
+ resourceManager->addToSearchPath("../data", Append_false);
const int sz = 1234567;
char *buf = new char[sz];