aboutsummaryrefslogtreecommitdiff
path: root/test/StormTest.cpp
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2023-06-08 20:00:09 +0200
committerLadislav Zezula <zezula@volny.cz>2023-06-08 20:00:09 +0200
commit06bf40330a8facdb2378a8cd4cf2af8c22bb4b0b (patch)
tree841aa3ff3b706f91469376fb3e1cb62b6a33abd5 /test/StormTest.cpp
parent17dc824f43db01c351275b6fe40a7b987564e2c4 (diff)
Tests complete
Diffstat (limited to 'test/StormTest.cpp')
-rwxr-xr-xtest/StormTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index c19529a..76c4bfd 100755
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -932,7 +932,7 @@ static DWORD InitializeMpqDirectory(TCHAR * argv[], int argc)
return Logger.PrintError(_T("Patches folder was not found in the MPQ directory"));
// Verify if the work MPQ directory is writable
- CreateFullPathName(szFullPath, _countof(szFullPath), szDataFileDir, _T("new-file.bin"));
+ CreateFullPathName(szFullPath, _countof(szFullPath), szMpqSubDir, _T("new-file.bin"));
pStream = FileStream_CreateFile(szFullPath, 0);
if(pStream == NULL)
return Logger.PrintError(_T("MPQ subdirectory doesn't exist or is not writable"));