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:
Francois Gouget 2016-02-08 05:25:14 +01:00 committed by Alexandre Julliard
parent f4130de33e
commit 13fdfedead
1 changed files with 1 additions and 8 deletions

View File

@ -2189,14 +2189,7 @@ 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);
}
okChildPath("argvA4", params);
}
test++;
}