shell32/tests: Fix a race condition in the DDE ShellExecute() tests on Windows 10.
commit15d9a4a7113ed8249cb365a36d1e97d22e35fa88
authorFrancois Gouget <fgouget@free.fr>
Mon, 11 Apr 2016 16:43:55 +0000 (11 18:43 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 12 Apr 2016 03:03:57 +0000 (12 12:03 +0900)
tree2a6b15d1d24192d8801e9a8afc49b58d4fdcc31b
parent794ad86fec0fd8cbae3a08c589ba6f98683fc10b
shell32/tests: Fix a race condition in the DDE ShellExecute() tests on Windows 10.

Even if we have a results file after a failed ShellExecuteEx() call, it
may not correspond to the last call and should thus be ignored.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/shell32/tests/shlexec.c