diff --git a/lib/krb5/test_cc.c b/lib/krb5/test_cc.c index 213bb0780..39952dbfa 100644 --- a/lib/krb5/test_cc.c +++ b/lib/krb5/test_cc.c @@ -1117,9 +1117,6 @@ main(int argc, char **argv) test_move(context, krb5_cc_type_file); test_move(context, krb5_cc_type_memory); -#ifdef HAVE_KCM - test_move(context, krb5_cc_type_kcm); -#endif test_move(context, krb5_cc_type_scc); #if 0 test_move(context, krb5_cc_type_dcc);