msi/tests: Fix a skip message.

This commit is contained in:
Hans Leidekker 2011-10-27 13:36:21 +02:00 committed by Alexandre Julliard
parent 841a747409
commit 392bd2b7a2
1 changed files with 1 additions and 1 deletions

View File

@ -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;