mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
rename test file
This commit is contained in:
@@ -21,7 +21,7 @@ use serde_json::json;
|
||||
use std::fs;
|
||||
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||
async fn execpolicy2_blocks_shell_invocation() -> Result<()> {
|
||||
async fn execpolicy_blocks_shell_invocation() -> Result<()> {
|
||||
let mut builder = test_codex().with_config(|config| {
|
||||
config.features.enable(Feature::ExecPolicy);
|
||||
let policy_path = config.codex_home.join("policy.codexpolicy");
|
||||
@@ -28,7 +28,7 @@ mod compact_remote;
|
||||
mod compact_resume_fork;
|
||||
mod deprecation_notice;
|
||||
mod exec;
|
||||
mod execpolicy2;
|
||||
mod execpolicy;
|
||||
mod fork_conversation;
|
||||
mod grep_files;
|
||||
mod items;
|
||||
|
||||
Reference in New Issue
Block a user