summaryrefslogtreecommitdiff
path: root/perl/t/verifier.t
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-11-15 05:49:05 +0000
committerRuss Allbery <rra@stanford.edu>2007-11-15 05:49:05 +0000
commit480c823eca7676ae610642b2357af9c12e5c2e24 (patch)
tree9258f369e8599fa7b630bee81e20815dd9dc3b67 /perl/t/verifier.t
parent2393ffbc3c52c6552e00212d5209d6b870a55d4e (diff)
Use the right remctld configuration for the ACL verifier. Don't produce
Perl warnings if the NetDB roles are empty.
Diffstat (limited to 'perl/t/verifier.t')
-rwxr-xr-xperl/t/verifier.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/verifier.t b/perl/t/verifier.t
index 467115f..d401146 100755
--- a/perl/t/verifier.t
+++ b/perl/t/verifier.t
@@ -51,7 +51,7 @@ sub spawn_remctld {
} elsif ($pid == 0) {
open (STDERR, '>&STDOUT') or die "cannot redirect stderr: $!\n";
exec ($path, '-m', '-p', 14373, '-s', $principal, '-P', 'test-pid',
- '-f', 't/data/keytab.conf', '-S', '-F', '-k', $keytab) == 0
+ '-f', 't/data/netdb.conf', '-S', '-F', '-k', $keytab) == 0
or die "cannot exec $path: $!\n";
} else {
my $tries = 0;