mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
chore: Fix broken test on Windows (#10900)
This commit is contained in:
parent
26a97a1f3b
commit
9d706d71b5
3 changed files with 6 additions and 3 deletions
|
@ -3115,7 +3115,7 @@ console.log("finish");
|
|||
});
|
||||
|
||||
itest!(_089_run_allow_list {
|
||||
args: "run --allow-run=cat 089_run_allow_list.ts",
|
||||
args: "run --allow-run=curl 089_run_allow_list.ts",
|
||||
output: "089_run_allow_list.ts.out",
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue