From 85b27cf85f783fd54dec54efa36b66196f67c4ff Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 16 Jul 2014 11:56:25 -0700 Subject: Fix test skip numbering for keytab tests Change-Id: I5143d487d6b3623bc2be1724ed766b8709feb506 Reviewed-on: https://gerrit.stanford.edu/1565 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- perl/t/object/keytab.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/t/object/keytab.t b/perl/t/object/keytab.t index 0f4a8b8..69db438 100755 --- a/perl/t/object/keytab.t +++ b/perl/t/object/keytab.t @@ -389,7 +389,7 @@ EOO # Tests for unchanging support. Skip these if we don't have a keytab or if we # can't find remctld. SKIP: { - skip 'no keytab configuration', 31 unless -f 't/data/test.keytab'; + skip 'no keytab configuration', 32 unless -f 't/data/test.keytab'; # Set up our configuration. $Wallet::Config::KEYTAB_FILE = 't/data/test.keytab'; @@ -589,7 +589,7 @@ EOO # Tests for enctype restriction. SKIP: { - skip 'no keytab configuration', 36 unless -f 't/data/test.keytab'; + skip 'no keytab configuration', 37 unless -f 't/data/test.keytab'; # Set up our configuration. $Wallet::Config::KEYTAB_FILE = 't/data/test.keytab'; -- cgit v1.2.3