From dd208a6df02e99dbd7e1cb7b197fde8ccfeb0f88 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 5 Sep 2024 00:57:49 +0200 Subject: fix(regression): do not expose resolved path in Deno.Command permission denied error (#25434) Regression from https://github.com/denoland/deno/pull/25370 --- tests/testdata/run/089_run_allow_list.ts.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testdata') 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 -- cgit v1.2.3