diff mbox series

[B,SRU,4/4] UBUNTU: SAUCE: selftests: Make fib-onlink-tests.sh executable

Message ID 20210707114730.40375-5-po-hsu.lin@canonical.com
State New
Headers show
Series Enable fib-onlink-tests.sh and msg_zerocopy.sh in kselftests/net | expand

Commit Message

Po-Hsu Lin July 7, 2021, 11:47 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1934759

This script should be set to executable, otherwise it will fail
with:
  selftests: Warning: file fib-onlink-tests.sh is not executable,
  correct this.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
---
 tools/testing/selftests/net/fib-onlink-tests.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tools/testing/selftests/net/fib-onlink-tests.sh
diff mbox series

Patch

diff --git a/tools/testing/selftests/net/fib-onlink-tests.sh b/tools/testing/selftests/net/fib-onlink-tests.sh
old mode 100644
new mode 100755