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