Skip to content

Commit f517d54

Browse files
committed
do not use --all for test
1 parent 521c3af commit f517d54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/tests/cli_integration.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ fn update_from_nested_subdir_uses_root_locations() {
159159
let out = Command::new(&exe)
160160
.current_dir(&nested)
161161
.arg("update")
162-
.arg("--all")
163162
.output()
164163
.expect("run update");
165164
assert!(

0 commit comments

Comments
 (0)