From 66e256e672cbbd995f7e80f3c7cb7bf7190689cf Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 2 Jan 2022 22:16:06 -0600 Subject: [PATCH] krb5: Can't test KCM in test_cc --- lib/krb5/test_cc.c | 3 --- 1 file changed, 3 deletions(-) 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);