selftests: lib: remove strscpy test
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Thu, 25 Jul 2024 12:11:39 +0000 (17:11 +0500)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 1 Aug 2024 19:55:33 +0000 (13:55 -0600)
commit44b045e27c65153cc8f549627d8d6d82f897c03c
tree292271eb1448a607b8230d00f4a727d1a2f63147
parent4e51e13bd986cab31dfab5c3bff1678171debbd1
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>
tools/testing/selftests/lib/Makefile
tools/testing/selftests/lib/config
tools/testing/selftests/lib/strscpy.sh [deleted file]