diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-09-03 12:40:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 12:40:50 -0700 |
commit | 9a36b6fb04764f49cc617be0c5bc7cdbd7fd5956 (patch) | |
tree | ed1b010d0741e0e2fb17f042af7c33be58cd2310 /tests | |
parent | 81e941bc92aac37bbf2f385eeceec9e4c8cfb13d (diff) |
fix(flags): require global flag for permission flags in install subcommand (#25391)
Also rewrites some of the subcommands help text
Closes https://github.com/denoland/deno/issues/25362
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc b/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc index 68fa8fdf0..1f4952ed9 100644 --- a/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc +++ b/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc @@ -4,7 +4,7 @@ "HOME": "$DENO_DIR" }, "tempDir": true, - "args": "install -A -L debug", + "args": "install -L debug", "output": "main.out", "cwd": "subdir" } |