]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - tests/plugin/mit-t.c
Change the default plugin install path and name
[kerberos/krb5-strength.git] / tests / plugin / mit-t.c
index f590c1c6c1e6c78df6b5097cffcea22585f3f5e4..1a49e4f65d7ab0925857dad236d34cc48e17bc19 100644 (file)
@@ -71,7 +71,7 @@ load_plugin(krb5_context ctx)
     krb5_error_code (*init)(krb5_context, int, int, krb5_plugin_vtable);
 
     /* Load the module. */
-    path = test_file_path("../plugin/.libs/passwd_strength.so");
+    path = test_file_path("../plugin/.libs/strength.so");
     if (path == NULL)
         bail("cannot find plugin");
     handle = dlopen(path, RTLD_NOW);