Dmitry V. Levin
c6782f144a
strace test suite is now provided under the terms of the GNU General Public License version 2 or later, see tests/COPYING for more details.
14 lines
282 B
Bash
Executable File
14 lines
282 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Check verbose decoding of NETLINK_SOCK_DIAG protocol
|
|
#
|
|
# Copyright (c) 2017 The strace developers.
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog ../netlink_netlink_diag
|
|
run_strace_match_diff -v -e trace=sendto
|