There was an error while loading. Please reload this page.
1 parent 9b53d84 commit d1e6c40Copy full SHA for d1e6c40
plugin/auth_gssapi/mysql-test/auth_gssapi/suite.pm
@@ -19,7 +19,7 @@ else
19
{
20
if (!$ENV{'GSSAPI_FULLNAME'})
21
22
- my $s = `klist |grep 'Default principal: '`;
+ my $s = `klist 2>/dev/null |grep 'Default principal: '`;
23
if ($s)
24
25
chomp($s);
0 commit comments