From acaa1794f08b0b8a42e9247f5186e00a888bd437 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 May 2020 22:21:25 -0700 Subject: Suppress remctld output in Perl tests Until I have a better way of handling the interleaving of output, send the output from remctld to /dev/null for the Perl tests. --- perl/t/verifier/basic.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl/t/verifier/basic.t') diff --git a/perl/t/verifier/basic.t b/perl/t/verifier/basic.t index 3ee71d6..0e2cc5a 100755 --- a/perl/t/verifier/basic.t +++ b/perl/t/verifier/basic.t @@ -3,6 +3,7 @@ # Tests for the basic wallet ACL verifiers. # # Written by Russ Allbery +# Copyright 2020 Russ Allbery # Copyright 2007-2008, 2010, 2014 # The Board of Trustees of the Leland Stanford Junior University # @@ -76,7 +77,7 @@ SKIP: { # Now spawn our remctld server and get a ticket cache. unlink ('krb5cc_test', 'test-acl', 'test-pid'); remctld_spawn ($remctld, $principal, 't/data/test.keytab', - 't/data/netdb.conf'); + 't/data/netdb.conf', 1); $ENV{KRB5CCNAME} = 'krb5cc_test'; getcreds ('t/data/test.keytab', $principal); -- cgit v1.2.3