All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 1/1] selftests: forwarding: fix missing backslash
@ 2022-05-18 15:16 Joachim Wiberg
  2022-05-19  1:47 ` Hangbin Liu
  2022-05-19  4:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Joachim Wiberg @ 2022-05-18 15:16 UTC (permalink / raw)
  To: netdev; +Cc: Jakub Kicinski, Hangbin Liu, Joachim Wiberg

Fix missing backslash, introduced in f62c5acc800ee.  Causes all tests to
not be installed.

Signed-off-by: Joachim Wiberg <troglobit@gmail.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-19  4:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 15:16 [PATCH net-next 1/1] selftests: forwarding: fix missing backslash Joachim Wiberg
2022-05-19  1:47 ` Hangbin Liu
2022-05-19  4:40 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.