Use auto split argument in test

This commit is contained in:
Gabriel Féron 2018-05-28 14:43:17 +02:00
parent 9c1124fbcf
commit e31f3c3ca9

View File

@ -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),
);
}