1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

Rename MINETEST_SUBGAME_PATH to MINETEST_GAME_PATH (#14351)

This commit is contained in:
cx384
2024-02-12 23:21:19 +01:00
committed by GitHub
parent e2ccd14c05
commit 7901087466
3 changed files with 16 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ void TestServerModManager::runTests(IGameDef *gamedef)
TEST(testGetModNames);
TEST(testGetModMediaPathsWrongDir);
TEST(testGetModMediaPaths);
// TODO: test MINETEST_SUBGAME_PATH
// TODO: test MINETEST_GAME_PATH
unsetenv("MINETEST_MOD_PATH");
}