]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: mptcp: pm: rm the right tmp file
authorMatthieu Baerts <matthieu.baerts@tessares.net>
Fri, 15 May 2020 15:54:41 +0000 (17:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 May 2020 17:33:56 +0000 (10:33 -0700)
commit22d781be307900cf74e11baa1d2214322da78a2b
tree89dc11be8a62e800f163d92bc0c23daa19ceca5a
parent0cbdcd9a469746400df5da127677989dd6d20f80
selftests: mptcp: pm: rm the right tmp file

"$err" is a variable pointing to a temp file. "$out" is not: only used
as a local variable in "check()" and representing the output of a
command line.

Fixes: eb654c8f1613 (selftests: add PM netlink functional tests)
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/mptcp/pm_netlink.sh