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

Huw Davies huw at codeweavers.com
Mon Nov 7 06:51:21 CST 2016


This also ensures that the permissions tests are actually run.

Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/rsaenh/tests/rsaenh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/rsaenh/tests/rsaenh.c b/dlls/rsaenh/tests/rsaenh.c
index b7616fc..ebdbba8 100644
--- a/dlls/rsaenh/tests/rsaenh.c
+++ b/dlls/rsaenh/tests/rsaenh.c
@@ -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();
-- 
2.7.4




More information about the wine-patches mailing list