diff options
Diffstat (limited to 'cli/tests/inspector_tests.rs')
-rw-r--r-- | cli/tests/inspector_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/inspector_tests.rs b/cli/tests/inspector_tests.rs index 8e5a8d1f6..0cf8cc3bb 100644 --- a/cli/tests/inspector_tests.rs +++ b/cli/tests/inspector_tests.rs @@ -557,6 +557,7 @@ mod inspector { async fn inspector_runtime_evaluate_does_not_crash() { let child = util::deno_cmd() .arg("repl") + .arg("--allow-read") .arg(inspect_flag_with_unique_port("--inspect")) .stdin(std::process::Stdio::piped()) .stdout(std::process::Stdio::piped()) |