Commit 9c7e8b31 authored by Antonio Quartulli's avatar Antonio Quartulli
Browse files

selftest/net/ovpn: fix missing file



test-large-mtu.sh is referenced by the Makefile
but does not exist.

Add it along the other scripts.

Fixes: 944f8b6a ("selftest/net/ovpn: extend coverage with more test cases")
Signed-off-by: default avatarAntonio Quartulli <antonio@openvpn.net>
parent fdf4064a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2025 OpenVPN, Inc.
#
#  Author:	Antonio Quartulli <antonio@openvpn.net>

MTU="1500"

source test.sh