summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/specs/permission/deny_run_binary_absolute_path/main.out1
-rw-r--r--tests/specs/run/allow_run_insecure_warnings/__test__.jsonc8
-rw-r--r--tests/specs/run/allow_run_insecure_warnings/main.ts0
-rw-r--r--tests/specs/run/allow_run_insecure_warnings/no_allow_list.out1
-rw-r--r--tests/testdata/run/deny_some_permission_args.out1
5 files changed, 0 insertions, 11 deletions
diff --git a/tests/specs/permission/deny_run_binary_absolute_path/main.out b/tests/specs/permission/deny_run_binary_absolute_path/main.out
index fef29eae7..45b228387 100644
--- a/tests/specs/permission/deny_run_binary_absolute_path/main.out
+++ b/tests/specs/permission/deny_run_binary_absolute_path/main.out
@@ -1,4 +1,3 @@
-Warning --allow-run without an allow list is susceptible to exploits. Prefer specifying an allow list (https://docs.deno.com/runtime/fundamentals/security/#running-subprocesses)
NotCapable: Requires run access to "deno", run again with the --allow-run flag
at [WILDCARD] {
name: "NotCapable"
diff --git a/tests/specs/run/allow_run_insecure_warnings/__test__.jsonc b/tests/specs/run/allow_run_insecure_warnings/__test__.jsonc
deleted file mode 100644
index b64146ee9..000000000
--- a/tests/specs/run/allow_run_insecure_warnings/__test__.jsonc
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "tests": {
- "no_allow_list": {
- "args": "run --allow-run main.ts",
- "output": "no_allow_list.out"
- }
- }
-}
diff --git a/tests/specs/run/allow_run_insecure_warnings/main.ts b/tests/specs/run/allow_run_insecure_warnings/main.ts
deleted file mode 100644
index e69de29bb..000000000
--- a/tests/specs/run/allow_run_insecure_warnings/main.ts
+++ /dev/null
diff --git a/tests/specs/run/allow_run_insecure_warnings/no_allow_list.out b/tests/specs/run/allow_run_insecure_warnings/no_allow_list.out
deleted file mode 100644
index 293b4446a..000000000
--- a/tests/specs/run/allow_run_insecure_warnings/no_allow_list.out
+++ /dev/null
@@ -1 +0,0 @@
-Warning --allow-run without an allow list is susceptible to exploits. Prefer specifying an allow list (https://docs.deno.com/runtime/fundamentals/security/#running-subprocesses)
diff --git a/tests/testdata/run/deny_some_permission_args.out b/tests/testdata/run/deny_some_permission_args.out
index be2e832fe..abb5274ee 100644
--- a/tests/testdata/run/deny_some_permission_args.out
+++ b/tests/testdata/run/deny_some_permission_args.out
@@ -1,4 +1,3 @@
-Warning --allow-run without an allow list is susceptible to exploits. Prefer specifying an allow list (https://docs.deno.com/runtime/fundamentals/security/#running-subprocesses)
PermissionStatus { state: "granted", onchange: null, partial: true }
PermissionStatus { state: "denied", onchange: null }
PermissionStatus { state: "granted", onchange: null }