selftests: forwarding: fix missing backslash
authorJoachim Wiberg <troglobit@gmail.com>
Wed, 18 May 2022 15:16:30 +0000 (17:16 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 May 2022 03:09:47 +0000 (20:09 -0700)
Fix missing backslash, introduced in f62c5acc800ee.  Causes all tests to
not be installed.

Fixes: f62c5acc800e ("selftests/net/forwarding: add missing tests to Makefile")
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Acked-by: Hangbin Liu <liuhangbin@gmail.com>
Link: https://lore.kernel.org/r/20220518151630.2747773-1-troglobit@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/forwarding/Makefile

index c87e674..e811090 100644 (file)
@@ -86,7 +86,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 \