Forgot this change too.

svn path=/trunk/; revision=67443
This commit is contained in:
Hermès Bélusca-Maïto 2015-04-26 17:50:38 +00:00
parent b4ebdb1ae9
commit 71a0dd0f0e

View file

@ -304,7 +304,7 @@ START_TEST(CommandLine)
else
UtilityProgramDirectory[0] = 0; /* Suppress the executable.exe name */
wcscat(UtilityProgramDirectory, L"data\\CmdLineUtil.exe");
wcscat(UtilityProgramDirectory, L"testdata\\CmdLineUtil.exe");
/* Close the opened quote if needed. */
if (UtilityProgramDirectory[0] == L'"') wcscat(UtilityProgramDirectory, L"\"");