commit | f0ed167eccc5eb0d21a5488b4cba1ed3965ed1fa | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 25 00:32:23 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 25 01:13:33 2014 +0000 |
tree | d4572418fe77bd9d18f9013d5f974de5a1b04562 | |
parent | 6b5df329551bea72d3b4678b154aefa03e4d0b45 [diff] |
tests: robustify unix domain socket decoding test Unix domain socket address family name is not universally decoded as AF_LOCAL, other names like AF_UNIX and AF_FILE are valid synonyms. Similarly, PF_UNIX and PF_FILE are valid synonyms for PF_LOCAL. Some test regexps have to be properly initialized before they could be used, so make sure they are initialized before use.