From: Thomas Markwalder Date: Thu, 8 May 2025 12:45:29 +0000 (-0400) Subject: [#3838] Addressed review comment X-Git-Tag: Kea-2.6.3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ddbd60c42bd07e85152a76fe4ae34cb5df547a;p=thirdparty%2Fkea.git [#3838] Addressed review comment modified: src/lib/util/tests/filesystem_unittests.cc --- diff --git a/src/lib/util/tests/filesystem_unittests.cc b/src/lib/util/tests/filesystem_unittests.cc index 8a83397a55..1b6e792a15 100644 --- a/src/lib/util/tests/filesystem_unittests.cc +++ b/src/lib/util/tests/filesystem_unittests.cc @@ -141,7 +141,7 @@ TEST(PathTest, replaceParentPath) { // Verifies FileManager::validatePath() when enforce_path is true. TEST(FileManager, validatePathEnforcePath) { - std::string def_path(TEST_DATA_BUILDDIR + '/'); + std::string def_path(TEST_DATA_BUILDDIR); struct Scenario { int line_; std::string lib_path_;