Skip to content

Commit 0faa565

Browse files
pmachatakuba-moo
authored andcommitted
selftests: forwarding: ipip_lib: Do not import lib.sh
This library is always sourced in the context where lib.sh has already been sourced as well. Therefore drop the explicit sourcing and expect the client to already have done it. This will simplify moving some of the clients to a different directory. Signed-off-by: Petr Machata <[email protected]> Link: https://lore.kernel.org/r/a4da5e9cd42a34cbace917a048ca71081719d6ac.1711464583.git.petrm@nvidia.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 0cb8628 commit 0faa565

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/net/forwarding/ipip_lib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
# | $h2 + |
142142
# | 192.0.2.18/28 |
143143
# +---------------------------+
144-
source lib.sh
145144

146145
h1_create()
147146
{

0 commit comments

Comments
 (0)