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 11run_strace_match_diff -e trace=network 12