MDEV-5707 MTR fails on kfreebsd
apply debian's patch to workaround kfreebsd bug
This commit is contained in:
parent
384999f3e8
commit
c58f561e0d
@ -110,6 +110,8 @@ sub check_socket_path_length {
|
||||
# This may not be true, but we can't test for it on AIX due to Perl bug
|
||||
# See Bug #45771
|
||||
return 0 if ($^O eq 'aix');
|
||||
# See Debian bug #670722 - failing on kFreeBSD even after setting short path
|
||||
return 0 if $^O eq 'gnukfreebsd' and length $path < 40;
|
||||
|
||||
require IO::Socket::UNIX;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user