diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-05 00:57:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 22:57:49 +0000 |
| commit | dd208a6df02e99dbd7e1cb7b197fde8ccfeb0f88 (patch) | |
| tree | 18844cfdf09df71d7b67ffc635ae55c1daf52dc4 /tests/testdata | |
| parent | 195b17ae1298f80209e3c2c5ef4d133e6975ff58 (diff) | |
fix(regression): do not expose resolved path in Deno.Command permission denied error (#25434)
Regression from https://github.com/denoland/deno/pull/25370
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/run/089_run_allow_list.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/089_run_allow_list.ts.out b/tests/testdata/run/089_run_allow_list.ts.out index 0fc1c80c2..68a4a2ac5 100644 --- a/tests/testdata/run/089_run_allow_list.ts.out +++ b/tests/testdata/run/089_run_allow_list.ts.out @@ -1,3 +1,3 @@ -[WILDCARD]PermissionDenied: Requires run access to "[WILDLINE]ls[WILDLINE]", run again with the --allow-run flag +[WILDCARD]PermissionDenied: Requires run access to "ls", run again with the --allow-run flag [WILDCARD] true |
