diff options
Diffstat (limited to 'src/unittest/test_filepath.cpp')
-rw-r--r-- | src/unittest/test_filepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test_filepath.cpp b/src/unittest/test_filepath.cpp index ac2d69b5a..f1a79062d 100644 --- a/src/unittest/test_filepath.cpp +++ b/src/unittest/test_filepath.cpp @@ -238,7 +238,7 @@ void TestFilePath::testRemoveLastPathComponentWithTrailingDelimiter() void TestFilePath::testRemoveRelativePathComponent() { - std::string path, result, removed; + std::string path, result; path = p("/home/user/minetest/bin"); result = fs::RemoveRelativePathComponents(path); |