shell32/tests: Change a trace into a skip for skipped tests.

This commit is contained in:
Paul Vriens 2009-11-27 13:27:59 +01:00 committed by Alexandre Julliard
parent e5d83ac625
commit 404dcbcd65

View file

@ -1095,7 +1095,7 @@ static void test_find_executable(void)
* like '.mpeg', etc. * like '.mpeg', etc.
* Also it means we cannot do any other test. * Also it means we cannot do any other test.
*/ */
trace("FindExecutable() is broken -> skipping 4+ character extension tests\n"); win_skip("FindExecutable() is broken -> not running 4+ character extension tests\n");
return; return;
} }