selftests/nolibc: drop test chmod_net
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 24 Jun 2023 10:30:46 +0000 (12:30 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 13 Jul 2023 11:55:14 +0000 (13:55 +0200)
commit49319832de90f1943264e5c573b072947af6ae26
tree2a614b9af60e707af38c8f099dc5a6cf7b6a307a
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
selftests/nolibc: drop test chmod_net

The test relies on /proc/$PID/net to allow chmod() operations.
It is the only file or directory in /proc/$PID/ to allow this and a bug.
That bug will be fixed in the next patch in the series and therefore
the test would start failing.

Link: https://lore.kernel.org/lkml/d0d111ef-edae-4760-83fb-36db84278da1@t-8ch.de/
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Fixes: b4844fa0bdb4 ("selftests/nolibc: implement a few tests for various syscalls")
Tested-by: Zhangjin Wu <falcon@tinylab.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Message-Id: <20230624-proc-net-setattr-v1-1-73176812adee@weissschuh.net>
Signed-off-by: Christian Brauner <brauner@kernel.org>
tools/testing/selftests/nolibc/nolibc-test.c