Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selftests/core: fix close_range_test build after XFAIL removal
XFAIL was removed in commit 9847d24 ("selftests/harness: Refactor XFAIL into SKIP") and its use in close_range_test was already replaced by commit 1d44d0d ("selftests: core: use SKIP instead of XFAIL in close_range_test.c"). However, commit 23afeae ("selftests: core: add tests for CLOSE_RANGE_CLOEXEC") introduced usage of XFAIL in TEST(close_range_cloexec). Use SKIP there as well. Fixes: 23afeae ("selftests: core: add tests for CLOSE_RANGE_CLOEXEC") Cc: Giuseppe Scrivano <[email protected]> Cc: [email protected] Signed-off-by: Tobias Klauser <[email protected]> Acked-by: Christian Brauner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
- Loading branch information