Skip to content

Commit 28ce21f

Browse files
committed
tests: force --all in nested update integration test on Windows
1 parent 05f0e6e commit 28ce21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/tests/cli_integration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ fn update_from_nested_subdir_uses_root_locations() {
163163
let out = Command::new(&exe)
164164
.current_dir(&nested)
165165
.arg("update")
166+
.arg("--all")
166167
.output()
167168
.expect("run update");
168169
assert!(

0 commit comments

Comments
 (0)