winetest: Mute an annoying message box.

This commit is contained in:
André Hentschel 2009-08-29 22:08:13 +02:00 committed by Alexandre Julliard
parent e64df62ef2
commit d0c68ef034
1 changed files with 0 additions and 1 deletions

View File

@ -393,7 +393,6 @@ run_ex (char *cmd, HANDLE out_file, const char *tempdir, DWORD ms)
report (R_ERROR, "Wait for '%s' failed: %d", cmd, GetLastError ());
break;
case WAIT_TIMEOUT:
report (R_ERROR, "Process '%s' timed out.", cmd);
break;
default:
report (R_ERROR, "Wait returned %d", status);