Fix lib/krb5/test_plugin.c test
commit7b2107fd2d92da75a39098e4c987889c5ac30b52
authorNicolas Williams <nico@twosigma.com>
Fri, 15 Apr 2016 15:17:41 +0000 (15 10:17 -0500)
committerNicolas Williams <nico@twosigma.com>
Fri, 15 Apr 2016 15:27:07 +0000 (15 10:27 -0500)
treedf377bf8721a2dadc846039ef108aa5e71e85a5e
parent4a023499d31db923660d785889dce955e1a667c9
Fix lib/krb5/test_plugin.c test

The resolver plugin doesn't have a way to say "and stop here", so the
lookup done in lib/krb5/test_plugin.c can produce more results than used
to be expected, and indeed nowadays it does.  The fix is to ensure that
we have the desired results and ignore the others.
lib/krb5/test_plugin.c