more cleanup

This commit is contained in:
kevin zhao
2025-11-13 22:02:55 -05:00
parent daef241372
commit 15ccd83d44

View File

@@ -89,7 +89,6 @@ async fn execpolicy2_blocks_shell_invocation() -> Result<()> {
})
.await;
assert_eq!(end.exit_code, -1);
assert!(
end.aggregated_output
.contains("execpolicy forbids this command"),