projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc02d7
)
selftests: forwarding: fix missing backslash
author
Joachim Wiberg
<troglobit@gmail.com>
Wed, 18 May 2022 15:16:30 +0000
(17:16 +0200)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/net/forwarding/Makefile
b/tools/testing/selftests/net/forwarding/Makefile
index c87e674b61b1d97f83001c4b7258a79e55bb0b9f..e811090f77483d1dd9370f28cd296e8c74b3db71 100644
(file)
--- a/
tools/testing/selftests/net/forwarding/Makefile
+++ b/
tools/testing/selftests/net/forwarding/Makefile
@@
-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 \