diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 11:56:25 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2014-07-16 13:35:11 -0700 |
commit | 85b27cf85f783fd54dec54efa36b66196f67c4ff (patch) | |
tree | a8913ed4e869f62eac6e6e213f6fa88d560a8788 /perl | |
parent | 9461eb5b08a58754202ac283d194a4412f1ab5c0 (diff) |
Fix test skip numbering for keytab tests
Change-Id: I5143d487d6b3623bc2be1724ed766b8709feb506
Reviewed-on: https://gerrit.stanford.edu/1565
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl')
-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'; |