projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c1124f
)
Use auto split argument in test
author
Gabriel Féron
<feron.gabriel@gmail.com>
Mon, 28 May 2018 12:43:17 +0000
(14:43 +0200)
committer
Gabriel Féron
<feron.gabriel@gmail.com>
Mon, 28 May 2018 12:43:51 +0000
(14:43 +0200)
tests/testsuite/package.rs
patch
|
blob
|
history
diff --git
a/tests/testsuite/package.rs
b/tests/testsuite/package.rs
index 08aad2f035931734d1954ba811c92678f6793dc2..beb650c7233e2bc41c155667d87bdc290063ffbe 100644
(file)
--- a/
tests/testsuite/package.rs
+++ b/
tests/testsuite/package.rs
@@
-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),
);
}