diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
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", }); |