xref: /linux/tools/testing/selftests/net/mptcp/mptcp_connect_checksum.sh (revision 407c114c983f6eb87161853f0fdbe4a08e394b92)
1*fdf0f60aSMatthieu Baerts (NGI0)#!/bin/bash
2*fdf0f60aSMatthieu Baerts (NGI0)# SPDX-License-Identifier: GPL-2.0
3*fdf0f60aSMatthieu Baerts (NGI0)
4*fdf0f60aSMatthieu Baerts (NGI0)MPTCP_LIB_KSFT_TEST="$(basename "${0}" .sh)" \
5*fdf0f60aSMatthieu Baerts (NGI0)	"$(dirname "${0}")/mptcp_connect.sh" -C "${@}"
6