Skip to content

Commit 0baa689

Browse files
committed
fix: correct feature flag name for SELinux context test
1 parent db25551 commit 0baa689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/by-util/test_mv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ fn test_mv_cross_device_permission_denied() {
26172617
}
26182618

26192619
#[test]
2620-
#[cfg(feature = "selinux")]
2620+
#[cfg(feature = "feat_selinux")]
26212621
fn test_mv_selinux_context() {
26222622
let test_cases = [
26232623
("-Z", None),

0 commit comments

Comments
 (0)