From 90a32a39fc996999f0ee6938a6fe90950cb839f9 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 11 Jul 2014 18:22:39 -0700 Subject: Fix verifier-netdb test for Heimdal, email address Undo the email address renaming for verifier-netdb as well, since this has to use rra@stanford.edu for right now. Adjust so that the test is not skipped with Heimdal Kerberos user space. Change-Id: I0a0e16e1044fe6057a310cc419477a34052ffcda Reviewed-on: https://gerrit.stanford.edu/1522 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- perl/t/verifier-netdb.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl/t') diff --git a/perl/t/verifier-netdb.t b/perl/t/verifier-netdb.t index 3e34966..6a91cb3 100755 --- a/perl/t/verifier-netdb.t +++ b/perl/t/verifier-netdb.t @@ -7,7 +7,7 @@ # environments. # # Written by Russ Allbery -# Copyright 2008 +# Copyright 2008, 2014 # The Board of Trustees of the Leland Stanford Junior University # # See LICENSE for licensing terms. @@ -21,13 +21,13 @@ use Util; my $netdb = 'netdb-node-roles-rc.stanford.edu'; my $host = 'windlord.stanford.edu'; -my $user = 'eagle@eyrie.org'; +my $user = 'rra@stanford.edu'; # Determine the local principal. my $klist = `klist 2>&1` || ''; SKIP: { skip "tests useful only with Stanford Kerberos tickets", 4 - unless ($klist =~ /^Default principal: \S+\@stanford\.edu$/m); + unless ($klist =~ /^(Default p|\s+P)rincipal: \S+\@stanford\.edu$/m); # Set up our configuration. $Wallet::Config::NETDB_REALM = 'stanford.edu'; -- cgit v1.2.3