Fabien Siron | 1b1baea | 2016-07-06 15:49:23 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check decoding of netlink protocol. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
6 | |||||
7 | # getfdproto is implemented using /proc/self/fd | ||||
8 | [ -d /proc/self/fd/ ] || | ||||
9 | framework_skip_ '/proc/self/fd/ is not available' | ||||
10 | |||||
11 | run_strace_match_diff -e trace=network |