summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-09-03 12:40:50 -0700
committerGitHub <noreply@github.com>2024-09-03 12:40:50 -0700
commit9a36b6fb04764f49cc617be0c5bc7cdbd7fd5956 (patch)
treeed1b010d0741e0e2fb17f042af7c33be58cd2310 /tests
parent81e941bc92aac37bbf2f385eeceec9e4c8cfb13d (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__.jsonc2
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"
}