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,14 +2189,7 @@ static void test_lnks(void)
|
||||||
okChildString("argvA3", "Lnk");
|
okChildString("argvA3", "Lnk");
|
||||||
}
|
}
|
||||||
sprintf(params, test->basename, tmpdir);
|
sprintf(params, test->basename, tmpdir);
|
||||||
if ((test->todo & 0x8)==0)
|
okChildPath("argvA4", params);
|
||||||
{
|
|
||||||
okChildPath("argvA4", params);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
okChildPath("argvA4", params);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
test++;
|
test++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue