]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: mptcp: clean tmp files in simult_flows
authorMatthieu Baerts <matthieu.baerts@tessares.net>
Wed, 1 Sep 2021 17:15:37 +0000 (10:15 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 1 Sep 2021 17:55:49 +0000 (10:55 -0700)
commitd5561998abd226c085a20e9fed231297f9d0d205
tree306543d6fd15ed7268a931143ea5c74c77a46eb4
parent2668d5738ac791769ba6ba325d9a39f99a4ce71d
selftests: mptcp: clean tmp files in simult_flows

'$cin' and '$sin' variables are local to a function: they are then not
available from the cleanup trap.

Instead, we need to use '$large' and '$small' that are not local and
defined just before setting the trap.

Without this patch, running this script in a loop might cause a:

  write: No space left on device

issue.

Fixes: 3896873079e5 ("mptcp: simult flow self-tests")
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/simult_flows.sh