Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: lib: remove strscpy test

The strscpy test loads test_strscpy module for testing. But test_strscpy
was converted to Kunit (see fixes). Hence remove strscpy.

Fixes: 41eefc46a3a4 ("string: Convert strscpy() self-test to KUnit")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Muhammad Usama Anjum and committed by
Shuah Khan
44b045e2 4e51e13b

+1 -6
+1 -2
tools/testing/selftests/lib/Makefile
··· 4 4 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" 5 5 all: 6 6 7 - TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh scanf.sh strscpy.sh 8 - 7 + TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh scanf.sh 9 8 include ../lib.mk
-1
tools/testing/selftests/lib/config
··· 2 2 CONFIG_TEST_SCANF=m 3 3 CONFIG_TEST_BITMAP=m 4 4 CONFIG_PRIME_NUMBERS=m 5 - CONFIG_TEST_STRSCPY=m 6 5 CONFIG_TEST_BITOPS=m
-3
tools/testing/selftests/lib/strscpy.sh
··· 1 - #!/bin/sh 2 - # SPDX-License-Identifier: GPL-2.0+ 3 - $(dirname $0)/../kselftest/module.sh "strscpy*" test_strscpy