diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-01 05:28:26 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-01 05:28:26 +0000 |
commit | f9ef1fd6d7050a8296b019372dcd24960379ce5f (patch) | |
tree | 86ecb7ab7cd410b65180da7e13e2d99d91484d41 | |
parent | 05de6f3525b88331b4165d197da86e2e56c3b065 (diff) |
Fix the test number in the SKIP block for enctype restrictions.
-rwxr-xr-x | perl/t/keytab.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/keytab.t b/perl/t/keytab.t index 48abd57..2d19845 100755 --- a/perl/t/keytab.t +++ b/perl/t/keytab.t @@ -677,7 +677,7 @@ EOO # Tests for enctype restriction. SKIP: { - skip 'no keytab configuration', 38 unless -f 't/data/test.keytab'; + skip 'no keytab configuration', 36 unless -f 't/data/test.keytab'; # Set up our configuration. $Wallet::Config::KEYTAB_FILE = 't/data/test.keytab'; |