diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-20 23:19:50 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-20 23:19:50 -0800 |
commit | c4234b72a39b25122dbba769e028d1d105a4132e (patch) | |
tree | d595e1cabfeabbd4e629e0cabd4dca55aac8b3f2 /perl/t/kadmin.t | |
parent | 3d55468b4660646f047328030cbd425dc99ce3b3 (diff) |
Fix some test numbers in the Perl tests
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 b9ac769..bbcb15a 100755 --- a/perl/t/kadmin.t +++ b/perl/t/kadmin.t @@ -72,7 +72,7 @@ SKIP: { # implementation is configured. This retests some things that are also tested # by the keytab test, but specifically through the Wallet::Kadmin API. SKIP: { - skip 'no keytab configuration', 15 unless -f 't/data/test.keytab'; + skip 'no keytab configuration', 14 unless -f 't/data/test.keytab'; # Set up our configuration. $Wallet::Config::KEYTAB_FILE = 't/data/test.keytab'; |