diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-21 20:59:26 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-21 20:59:26 -0800 |
commit | bf51d2dc4857551aadac4304c111c3ccd063604f (patch) | |
tree | dd8ec76dcb6e1eaa678f9c3823d8a88441af52a9 /perl/t/kadmin.t | |
parent | dfc86dd443e93c20aaaac18f270e38e631769f84 (diff) |
Imported Upstream version 0.10upstream/0.10
Diffstat (limited to 'perl/t/kadmin.t')
-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; |