mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Use auto split argument in test
This commit is contained in:
parent
9c1124fbcf
commit
e31f3c3ca9
@ -1446,8 +1446,7 @@ fn do_not_package_if_src_was_modified() {
|
||||
);
|
||||
|
||||
assert_that(
|
||||
p.cargo("package")
|
||||
.arg("--no-verify"),
|
||||
p.cargo("package --no-verify"),
|
||||
execs().with_status(0),
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user