mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 23:58:25 +02:00
move ls selinux functionality to a plugin
This commit is contained in:
@ -139,6 +139,7 @@ mod tests {
|
||||
let call = EvaluatedCall {
|
||||
head: Span::test_data(),
|
||||
positional: vec![],
|
||||
has_positional_args: false,
|
||||
named: vec![],
|
||||
};
|
||||
|
||||
@ -168,6 +169,7 @@ mod tests {
|
||||
let call = EvaluatedCall {
|
||||
head: Span::test_data(),
|
||||
positional: vec![],
|
||||
has_positional_args: false,
|
||||
named: vec![],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user