12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check decoding of netlink protocol.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
|
||
|
# getfdproto is implemented using /proc/self/fd
|
||
|
[ -d /proc/self/fd/ ] ||
|
||
|
framework_skip_ '/proc/self/fd/ is not available'
|
||
|
|
||
|
run_strace_match_diff -e trace=network
|