Skip to content

Commit

Permalink
mtr complains about klist is not found, if Kerberos is not installed …
Browse files Browse the repository at this point in the history
…on machines
  • Loading branch information
vaintroub committed Mar 17, 2016
1 parent 9b53d84 commit d1e6c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/auth_gssapi/mysql-test/auth_gssapi/suite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
{
if (!$ENV{'GSSAPI_FULLNAME'})
{
my $s = `klist |grep 'Default principal: '`;
my $s = `klist 2>/dev/null |grep 'Default principal: '`;
if ($s)
{
chomp($s);
Expand Down

0 comments on commit d1e6c40

Please sign in to comment.