From 71a0dd0f0eb5607af015f1529582eb7247771a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 26 Apr 2015 17:50:38 +0000 Subject: [PATCH] Forgot this change too. svn path=/trunk/; revision=67443 --- rostests/apitests/msvcrt/CommandLine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/msvcrt/CommandLine.c b/rostests/apitests/msvcrt/CommandLine.c index 7f752fdd2ed..86ac7d3f872 100644 --- a/rostests/apitests/msvcrt/CommandLine.c +++ b/rostests/apitests/msvcrt/CommandLine.c @@ -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"\"");