Commit 8c579561 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Simplify the name of the test unit for child processes.

The official name (shown by --list) has no path nor extension. Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent d4e91228
......@@ -1779,7 +1779,7 @@ static void test_NonExistentPath(void)
STARTUPINFOA startup;
PROCESS_INFORMATION info;
sprintf(buffer, "%s tests/shellpath.c 1", selfname);
sprintf(buffer, "%s shellpath 1", selfname);
memset(&startup, 0, sizeof(startup));
startup.cb = sizeof(startup);
startup.dwFlags = STARTF_USESHOWWINDOW;
......@@ -1794,7 +1794,7 @@ static void test_NonExistentPath(void)
strlen(originalPath) + 1);
RegFlushKey(key);
sprintf(buffer, "%s tests/shellpath.c 2", selfname);
sprintf(buffer, "%s shellpath 2", selfname);
memset(&startup, 0, sizeof(startup));
startup.cb = sizeof(startup);
startup.dwFlags = STARTF_USESHOWWINDOW;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment