tools/nolibc: drop test for getauxval(AT_PAGESZ)
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 7 Oct 2023 10:18:55 +0000 (12:18 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 12 Oct 2023 19:14:15 +0000 (21:14 +0200)
commiteddfc3c74214a7e6f4a3e56ad0cf5dab5d23f287
tree339e86953ef29c5612c9a36e0df327847b5b1b1a
parenteaa8c9a8b4027e4f780ebd2f6d0e91812467f312
tools/nolibc: drop test for getauxval(AT_PAGESZ)

Other testcases are already testing the same functionality:
* auxv_AT_UID tests getauxval() in general.
* test_getpagesize() tests pagesize() which directly calls
  getauxval(AT_PAGESZ).

Link: https://lore.kernel.org/r/20231007-nolibc-auxval-pagesz-v1-1-af00804edead@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/nolibc-test.c