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 | 5deff240da9e2bb7f3efd484c1e2deafa7af6b05 (patch) | |
tree | 683ea32ad8f234fb32c8901ba3a2cdbeed2c38bb | |
parent | 7686aa4f32db8881430acfe46363f64fa6f31e99 (diff) | |
parent | bf51d2dc4857551aadac4304c111c3ccd063604f (diff) |
Merge commit 'upstream/0.10' into debian
-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; |