diff options
-rwxr-xr-x | perl/t/object/keytab.t | 4 |
1 files 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'; |