Skip to content

Commit 9c7e8b3

Browse files
committed
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: 944f8b6 ("selftest/net/ovpn: extend coverage with more test cases") Signed-off-by: Antonio Quartulli <[email protected]>
1 parent fdf4064 commit 9c7e8b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
# SPDX-License-Identifier: GPL-2.0
3+
# Copyright (C) 2025 OpenVPN, Inc.
4+
#
5+
# Author: Antonio Quartulli <[email protected]>
6+
7+
MTU="1500"
8+
9+
source test.sh

0 commit comments

Comments
 (0)