summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-06-10 12:35:38 -0400
committerGitHub <noreply@github.com>2021-06-10 12:35:38 -0400
commit9d706d71b55ca254d1bbd87754533a60142d2a6a (patch)
tree849a6b2d068515ee04a2e181362a1a7334ed4bdf /cli/tests/integration_tests.rs
parent26a97a1f3bff2ad1a2f1013efdaeb9be953e6b52 (diff)
chore: Fix broken test on Windows (#10900)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 261ba30a9..ede2b5542 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -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",
});