summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-13 22:18:26 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-13 22:18:26 +0000
commit5557a69d87629df26283094e934a63ba9898f824 (patch)
tree825037de18babc6457bce22566a64b6781798b51 /perl
parent4a3486cc75336c5324b7f970ff200381cb9b80ef (diff)
Additional flags for the Stanford hacked kinit so that the test suite
can run in AFS.
Diffstat (limited to 'perl')
-rw-r--r--perl/t/lib/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/lib/Util.pm b/perl/t/lib/Util.pm
index 7b41e53..a1bacbd 100644
--- a/perl/t/lib/Util.pm
+++ b/perl/t/lib/Util.pm
@@ -76,7 +76,7 @@ sub getcreds {
my @commands = (
"kinit -k -t $file $principal >/dev/null 2>&1 </dev/null",
"kinit -t $file $principal >/dev/null 2>&1 </dev/null",
- "kinit -k -K $file $principal >/dev/null 2>&1 </dev/null",
+ "kinit -T /bin/true -k -K $file $principal >/dev/null 2>&1 </dev/null",
);
for my $command (@commands) {
if (system ($command) == 0) {