xref: /linux/tools/testing/selftests/net/mptcp/mptcp_connect_sendfile.sh (revision 205a7309cccd34ad49c2b6b1b59b907c12395d6c)
1#!/bin/bash
2# SPDX-License-Identifier: GPL-2.0
3
4MPTCP_LIB_KSFT_TEST="$(basename "${0}" .sh)" \
5	"$(dirname "${0}")/mptcp_connect.sh" -m sendfile "${@}"
6