summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-01-06 21:32:14 -0800
committerRuss Allbery <rra@stanford.edu>2014-01-06 21:33:21 -0800
commit25be126faaf63c1a09a6f6ce7c3809866eb99aec (patch)
treee76c8192210b60ec9a42f33704d797752e3c7bed /perl
parentc93091479a8750773474573b3be9e627111b8e4a (diff)
Fix test skip count in the verifier-ldap-attr test
When the correct Kerberos tickets aren't available, this test skipped the wrong number of tests. Change-Id: Icf27178fe88027f38764285bb671560e051f9105 Reviewed-on: https://gerrit.stanford.edu/1373 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl')
-rwxr-xr-xperl/t/verifier-ldap-attr.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/t/verifier-ldap-attr.t b/perl/t/verifier-ldap-attr.t
index 41d6737..7fad990 100755
--- a/perl/t/verifier-ldap-attr.t
+++ b/perl/t/verifier-ldap-attr.t
@@ -6,7 +6,7 @@
# access to the LDAP server and will be skipped in all other environments.
#
# Written by Russ Allbery <rra@stanford.edu>
-# Copyright 2012, 2013
+# Copyright 2012, 2013, 2014
# The Board of Trustees of the Leland Stanford Junior University
#
# See LICENSE for licensing terms.
@@ -44,7 +44,7 @@ package main;
# Determine the local principal.
my $klist = `klist 2>&1` || '';
SKIP: {
- skip "tests useful only with Stanford Kerberos tickets", 4
+ skip "tests useful only with Stanford Kerberos tickets", 9
unless ($klist =~ /[Pp]rincipal: \S+\@stanford\.edu$/m);
# Set up our configuration.