]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3838] Addressed review comment
authorThomas Markwalder <tmark@isc.org>
Thu, 8 May 2025 12:45:29 +0000 (08:45 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 8 May 2025 12:45:29 +0000 (08:45 -0400)
modified:   src/lib/util/tests/filesystem_unittests.cc

src/lib/util/tests/filesystem_unittests.cc

index 8a83397a5508fea7382e46b78851644a8d2ba228..1b6e792a153a425b3bccf6facb32bed460c8f6b3 100644 (file)
@@ -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_;