diff options
author | Russ Allbery <eagle@eyrie.org> | 2020-05-17 22:21:25 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2020-05-17 22:21:59 -0700 |
commit | acaa1794f08b0b8a42e9247f5186e00a888bd437 (patch) | |
tree | d005cf7dbdb098321147af350a6fb76fee28ba23 /perl/t/object/keytab.t | |
parent | 303d68b41763b0aab62cd37190ded99998d8afc5 (diff) |
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.
Diffstat (limited to 'perl/t/object/keytab.t')
-rwxr-xr-x | perl/t/object/keytab.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/t/object/keytab.t b/perl/t/object/keytab.t index dfb96bd..414352f 100755 --- a/perl/t/object/keytab.t +++ b/perl/t/object/keytab.t @@ -3,6 +3,7 @@ # Tests for the keytab object implementation. # # Written by Russ Allbery <eagle@eyrie.org> +# Copyright 2020 Russ Allbery <eagle@eyrie.org> # Copyright 2007-2010, 2013-2014 # The Board of Trustees of the Leland Stanford Junior University # @@ -442,7 +443,7 @@ SKIP: { # Now spawn our remctld server and get a ticket cache. remctld_spawn ($remctld, $principal, 't/data/test.keytab', - 't/data/keytab.conf'); + 't/data/keytab.conf', 1); $ENV{KRB5CCNAME} = 'krb5cc_test'; getcreds ('t/data/test.keytab', $principal); $ENV{KRB5CCNAME} = 'krb5cc_good'; |