selftests/net: Fix permissions for fib_tests.sh
authorShuah Khan <shuah@kernel.org>
Tue, 26 Jun 2018 18:22:28 +0000 (12:22 -0600)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jun 2018 07:15:14 +0000 (16:15 +0900)
fib_tests.sh became non-executable at some point. This is
what happens:
  selftests: net: fib_tests.sh: Warning: file fib_tests.sh is
  not executable, correct this.
  not ok 1..11 selftests: net: fib_tests.sh [FAIL]

Fixes: d69faad76584 ("selftests: fib_tests: Add prefix route tests with metric")

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/fib_tests.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)