rsaenh/tests: Don't initialize the environment, the tests that follow do that.

This also ensures that the permissions tests are actually run.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2016-11-07 12:51:21 +00:00 committed by Alexandre Julliard
parent c46dbfb131
commit 441fe55a4b
1 changed files with 1 additions and 1 deletions

View File

@ -3836,7 +3836,7 @@ START_TEST(rsaenh)
if(!BASE_PROV) test_key_derivation(STRONG_PROV ? "STRONG" : "ENH");
clean_up_base_environment();
}
if (!init_base_environment(MS_ENHANCED_PROV_A, 0))
test_key_permissions();
test_key_initialization();
test_schannel_provider();