diff options
-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'; |