Commit 392bd2b7 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi/tests: Fix a skip message.

parent 841a7474
......@@ -4802,7 +4802,7 @@ static void test_start_services(void)
ret = StartService(service, 0, NULL);
if (!ret && (error = GetLastError()) != ERROR_SERVICE_ALREADY_RUNNING)
{
skip("Terminal service not available, skipping test\n");
skip("Spooler service not available, skipping test\n");
CloseServiceHandle(service);
CloseServiceHandle(scm);
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment