diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-21 20:58:27 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-21 20:58:27 -0800 |
commit | d04d26c6e447727cd43bd2182182117ec7302dc7 (patch) | |
tree | 93ceb618d76c006a0c085330966fbfbb5b3f460e | |
parent | 1399be79125d3efef9c46e4a4d4ed4e5c246ab1a (diff) |
Fix test suite skip numbering in the kadmin testrelease/0.10
-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; |