#!/bin/sh
#
# Check pidns translation of NETLINK_SOCK_DIAG protocol decoding
#
# Copyright (c) 2020-2022 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0-or-later
. "${srcdir=.}/init.sh"
run_prog ../netlink_netlink_diag
test_pidns -e trace=sendto "$@"