summaryrefslogtreecommitdiff
path: root/tests/specs/test
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-17 00:08:02 +0100
committerGitHub <noreply@github.com>2024-09-16 23:08:02 +0000
commitb0525edd6fb2fa414407ec73c981051d692d1c26 (patch)
tree0e21ef4b2667f6882d6c52f24d27cc26d3696403 /tests/specs/test
parentf7ddea3af7a9f4dfef23aa544f05348dabbad20d (diff)
feat: warn when using `--allow-run` with no allow list (#25215)
Diffstat (limited to 'tests/specs/test')
-rw-r--r--tests/specs/test/captured_output/__test__.jsonc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/test/captured_output/__test__.jsonc b/tests/specs/test/captured_output/__test__.jsonc
index d620f61aa..f56c54555 100644
--- a/tests/specs/test/captured_output/__test__.jsonc
+++ b/tests/specs/test/captured_output/__test__.jsonc
@@ -1,5 +1,5 @@
{
- "args": "test --allow-run --allow-read captured_output.ts",
+ "args": "test -A captured_output.ts",
"output": "main.out",
"envs": { "NO_COLOR": "1" },
"exitCode": 0