[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220518151630.2747773-1-troglobit@gmail.com>
Date: Wed, 18 May 2022 17:16:30 +0200
From: Joachim Wiberg <troglobit@...il.com>
To: netdev@...r.kernel.org
Cc: Jakub Kicinski <kuba@...nel.org>,
Hangbin Liu <liuhangbin@...il.com>,
Joachim Wiberg <troglobit@...il.com>
Subject: [PATCH net-next 1/1] selftests: forwarding: fix missing backslash
Fix missing backslash, introduced in f62c5acc800ee. Causes all tests to
not be installed.
Signed-off-by: Joachim Wiberg <troglobit@...il.com>
---
tools/testing/selftests/net/forwarding/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
index b5181b5a8e29..8f481218a492 100644
--- a/tools/testing/selftests/net/forwarding/Makefile
+++ b/tools/testing/selftests/net/forwarding/Makefile
@@ -88,7 +88,7 @@ TEST_PROGS = bridge_igmp.sh \
vxlan_bridge_1d_port_8472.sh \
vxlan_bridge_1d.sh \
vxlan_bridge_1q_ipv6.sh \
- vxlan_bridge_1q_port_8472_ipv6.sh
+ vxlan_bridge_1q_port_8472_ipv6.sh \
vxlan_bridge_1q_port_8472.sh \
vxlan_bridge_1q.sh \
vxlan_symmetric_ipv6.sh \
--
2.25.1
Powered by blists - more mailing lists