1
0
forked from 0ad/0ad

Properly clean up _testcache folder.

Introduced in 61e3f1ec0d / D1839.

This was SVN commit r24358.
This commit is contained in:
wraitii 2020-12-10 08:18:18 +00:00
parent 1e0a6f66f0
commit aa305cc14b

View File

@ -35,7 +35,7 @@ public:
{
g_VFS = CreateVfs();
TS_ASSERT_OK(g_VFS->Mount(L"", DataDir()/"mods"/"_test.gui", VFS_MOUNT_MUST_EXIST));
TS_ASSERT_OK(g_VFS->Mount(L"cache", DataDir()/"mods"/"_testcache"));
TS_ASSERT_OK(g_VFS->Mount(L"cache", DataDir()/"_testcache"));
configDB = new CConfigDB;