From fb8e4b16125aaf33d066e63f5b9b78e0885b1e55 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Tue, 19 May 2026 02:57:56 +0100 Subject: [PATCH] fix: correct feature flag name for SELinux context test --- tests/by-util/test_mv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_mv.rs b/tests/by-util/test_mv.rs index c836d3c0e..9fbc7c574 100644 --- a/tests/by-util/test_mv.rs +++ b/tests/by-util/test_mv.rs @@ -2617,7 +2617,7 @@ fn test_mv_cross_device_permission_denied() { } #[test] -#[cfg(feature = "selinux")] +#[cfg(feature = "feat_selinux")] fn test_mv_selinux_context() { let test_cases = [ ("-Z", None),