fix(provider): align native tool system-flattening and add regressions
This commit is contained in:
parent
48eb1d1f30
commit
d6dca4b890
3 changed files with 76 additions and 1 deletions
|
|
@ -691,6 +691,7 @@ mod tests {
|
|||
assert!(p.is_command_allowed("cargo build --release"));
|
||||
assert!(p.is_command_allowed("cat file.txt"));
|
||||
assert!(p.is_command_allowed("grep -r pattern ."));
|
||||
assert!(p.is_command_allowed("date"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue