From d04d26c6e447727cd43bd2182182117ec7302dc7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 21 Feb 2010 20:58:27 -0800 Subject: Fix test suite skip numbering in the kadmin test --- perl/t/kadmin.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3