Dmitry V. Levin | 1f111cf | 2015-11-21 03:03:54 +0300 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check IPPROTO_IP control messages decoding. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
Dmitry V. Levin | 5dde567 | 2016-03-30 00:16:24 +0000 | [diff] [blame] | 6 | run_strace_match_diff -e trace=recvmsg |