selftests: forwarding: ipip_lib: Do not import lib.sh
authorPetr Machata <petrm@nvidia.com>
Tue, 26 Mar 2024 16:54:31 +0000 (17:54 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 29 Mar 2024 01:03:42 +0000 (18:03 -0700)
commit0faa565bc4a708f4a81abfb6a4426c56609cfd2b
tree5900d64324b390570db5335dc1c31bb948bf46f6
parent0cb862871fe7d338e0cf5229f0399d5c1630b8d0
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 <petrm@nvidia.com>
Link: https://lore.kernel.org/r/a4da5e9cd42a34cbace917a048ca71081719d6ac.1711464583.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/forwarding/ipip_lib.sh