fix(gost): suppress err logging when unsupported debian (#1031)

This commit is contained in:
Kota Kanbe
2020-08-05 20:05:50 +09:00
committed by GitHub
parent 3f52d318bc
commit 59daa8570a
5 changed files with 82 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ func TestSyslogConfValidate(t *testing.T) {
}
}
func TestMajorVersion(t *testing.T) {
func TestDistro_MajorVersion(t *testing.T) {
var tests = []struct {
in Distro
out int