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:
parent
c46dbfb131
commit
441fe55a4b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue