shell32/tests: Remove support for a todo_wine flag in ShellExecute()'s test_lnks() loop.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f4130de33e
commit
13fdfedead
|
@ -2189,15 +2189,8 @@ static void test_lnks(void)
|
|||
okChildString("argvA3", "Lnk");
|
||||
}
|
||||
sprintf(params, test->basename, tmpdir);
|
||||
if ((test->todo & 0x8)==0)
|
||||
{
|
||||
okChildPath("argvA4", params);
|
||||
}
|
||||
else
|
||||
{
|
||||
okChildPath("argvA4", params);
|
||||
}
|
||||
}
|
||||
test++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue