diff options
author | Eric Biggers <ebiggers@google.com> | 2020-04-10 23:33:53 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-11 00:36:22 +0200 |
commit | 6d573a07528308eb77ec072c010819c359bebf6e (patch) | |
tree | 00a23959e5669c3690e437d6fb4495087c3be692 /tools/testing/selftests/gen_kselftest_tar.sh | |
parent | docs: admin-guide: document the kernel.modprobe sysctl (diff) | |
download | linux-6d573a07528308eb77ec072c010819c359bebf6e.tar.xz linux-6d573a07528308eb77ec072c010819c359bebf6e.zip |
selftests: kmod: fix handling test numbers above 9
get_test_count() and get_test_enabled() were broken for test numbers
above 9 due to awk interpreting a field specification like '$0010' as
octal rather than decimal. Fix it by stripping the leading zeroes.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jeff Vander Stoep <jeffv@google.com>
Cc: Jessica Yu <jeyu@kernel.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: NeilBrown <neilb@suse.com>
Link: http://lkml.kernel.org/r/20200318230515.171692-5-ebiggers@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/gen_kselftest_tar.sh')
0 files changed, 0 insertions, 0 deletions