diff options
Diffstat (limited to 'tests/specs/permission/path_not_permitted/main.ts')
-rw-r--r-- | tests/specs/permission/path_not_permitted/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/permission/path_not_permitted/main.ts b/tests/specs/permission/path_not_permitted/main.ts index 9e8d627f2..0cc141e7a 100644 --- a/tests/specs/permission/path_not_permitted/main.ts +++ b/tests/specs/permission/path_not_permitted/main.ts @@ -9,7 +9,7 @@ new Deno.Command( "run", "--allow-write", "--allow-read", - `--allow-run=${binaryName}`, + `--allow-run=deno`, "sub.ts", ], stderr: "inherit", |