mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix: correct feature flag name for SELinux context test
This commit is contained in:
committed by
Daniel Hofstetter
parent
85a817566f
commit
fb8e4b1612
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user