diff options
| -rwxr-xr-x | perl/t/kadmin.t | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/perl/t/kadmin.t b/perl/t/kadmin.t index bbcb15a..6365ce5 100755 --- a/perl/t/kadmin.t +++ b/perl/t/kadmin.t @@ -56,7 +56,7 @@ for my $good (qw{service service/foo bar foo/bar host/example.org  # configuration to get the error.  That tests that we can find the Heimdal  # module and it dies how it should.  SKIP: { -    skip 'Heimdal::Kadm5 not installed', 3 unless $heimdal_kadm5; +    skip 'Heimdal::Kadm5 not installed', 2 unless $heimdal_kadm5;      undef $Wallet::Config::KEYTAB_PRINCIPAL;      undef $Wallet::Config::KEYTAB_FILE;      undef $Wallet::Config::KEYTAB_REALM; | 
