Commit 5cb50202 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

kernel32/tests: Create paths after checking availability of functions.

parent e90f1e35
......@@ -1041,12 +1041,12 @@ START_TEST(actctx)
argc = winetest_get_mainargs(&argv);
init_paths();
if (!init_funcs())
{
skip("Needed functions are not available\n");
return;
}
init_paths();
if(argc > 2 && !strcmp(argv[2], "manifest1")) {
test_app_manifest();
......
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