fix: correct feature flag name for SELinux context test

This commit is contained in:
xtqqczze
2026-05-19 11:19:55 +02:00
committed by Daniel Hofstetter
parent 85a817566f
commit fb8e4b1612
+1 -1
View File
@@ -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),