From f9ef1fd6d7050a8296b019372dcd24960379ce5f Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 1 Dec 2007 05:28:26 +0000 Subject: Fix the test number in the SKIP block for enctype restrictions. --- perl/t/keytab.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl') 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'; -- cgit v1.2.3