chore: Fix broken test on Windows (#10900)

This commit is contained in:
David Sherret 2021-06-10 12:35:38 -04:00 committed by GitHub
parent 26a97a1f3b
commit 9d706d71b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -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",
});