]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/lkdtm: Use grep -E instead of egrep
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 8 May 2020 06:53:56 +0000 (16:53 +1000)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 8 May 2020 15:46:17 +0000 (09:46 -0600)
commit45a1e77319f9a17c626eeecb98859a51faf42bb4
tree3bafad6ad329789b706656c70deae99edbc0540b
parentef6b44752167242f40b4293410ceb3628ba3a1a5
selftests/lkdtm: Use grep -E instead of egrep

shellcheck complains that egrep is deprecated, and the grep man page
agrees. Use grep -E instead.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/lkdtm/run.sh