xref: /linux/tools/testing/selftests/net/mptcp/mptcp_connect_mmap.sh (revision 3010da6ecf2225e41a79b06bc5f4c9750a4d35cb)
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 mmap "${@}"
6