strace/tests/inet-cmsg.test

13 lines
186 B
Plaintext
Raw Normal View History

#!/bin/sh
# Check IPPROTO_IP control messages decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
run_strace -erecvmsg $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0