blob: d423b1baaf546ae0c0e32039de0143ccfc4c45e3 [file] [log] [blame]
Dmitry V. Levin7bee4622015-06-08 14:19:46 +00001#!/bin/sh
2
3# Check {IP,IPV6}_{ADD,DROP}_MEMBERSHIP setsockopt decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog
8run_strace -e setsockopt $args
9match_grep
10
11exit 0