aboutsummaryrefslogtreecommitdiff
path: root/perl/t/verifier.t
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-03-08 10:57:42 -0800
committerRuss Allbery <rra@stanford.edu>2010-03-08 10:57:42 -0800
commit602ff7584d3668c36b1bf5fd43988e6f45eceb48 (patch)
treef4870e09c76de744c44e230b1b60b21c89acae3b /perl/t/verifier.t
parentbf51d2dc4857551aadac4304c111c3ccd063604f (diff)
Imported Upstream version 0.11upstream/0.11
Diffstat (limited to 'perl/t/verifier.t')
-rwxr-xr-xperl/t/verifier.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/t/verifier.t b/perl/t/verifier.t
index 3243d9c..74d7ba8 100755
--- a/perl/t/verifier.t
+++ b/perl/t/verifier.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# t/verifier.t -- Tests for the basic wallet ACL verifiers.
+# Tests for the basic wallet ACL verifiers.
#
# Written by Russ Allbery <rra@stanford.edu>
# Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University
@@ -39,8 +39,8 @@ is ($verifier->error, 'no principal specified', ' and right error');
is ($verifier->check ('rra@stanford.edu', ''), undef, 'Empty ACL');
is ($verifier->error, 'malformed krb5 ACL', ' and right error');
-# Tests for unchanging support. Skip these if we don't have a keytab or if we
-# can't find remctld.
+# Tests for the NetDB verifiers. Skip these if we don't have a keytab or if
+# we can't find remctld.
SKIP: {
skip 'no keytab configuration', 34 unless -f 't/data/test.keytab';
my @path = (split (':', $ENV{PATH}), '/usr/local/sbin', '/usr/sbin');