Re: [PATCH net] selftests: fib_tests: Fix 'Command line is not complete' errors

2019-04-11 Thread David Miller
From: David Ahern Date: Tue, 9 Apr 2019 14:23:10 -0700 > From: David Ahern > > A couple of tests are verifying a route has been removed. The helper > expects the prefix as the first part of the expected output. When > checking that a route has been deleted the prefix is empty leading > to an i

[PATCH net] selftests: fib_tests: Fix 'Command line is not complete' errors

2019-04-09 Thread David Ahern
From: David Ahern A couple of tests are verifying a route has been removed. The helper expects the prefix as the first part of the expected output. When checking that a route has been deleted the prefix is empty leading to an invalid ip command: $ ip ro ls match Command line is not complete.