Skip to content

Commit

Permalink
selftests: rtnetlink: hide complaint from terminated monitor
Browse files Browse the repository at this point in the history
Set up the "ip xfrm monitor" subprogram so as to not see
a "Terminated" message when the subprogram is killed.

Fixes: 5e596ee ("selftests: add xfrm state-policy-monitor to rtnetlink.sh")
Reported-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Shannon Nelson authored and David S. Miller committed Jun 22, 2018
1 parent 3f6c65d commit 1599b21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/testing/selftests/net/rtnetlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,7 @@ kci_test_ipsec()

# start the monitor in the background
tmpfile=`mktemp ipsectestXXX`
ip x m > $tmpfile &
mpid=$!
mpid=`(ip x m > $tmpfile & echo $!) 2>/dev/null`
sleep 0.2

ipsecid="proto esp src $srcip dst $dstip spi 0x07"
Expand Down

0 comments on commit 1599b21

Please sign in to comment.