projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e201a89
)
add the inverse `is_not has_installed_exe` assertion
author
Dale Wijnand
<dale.wijnand@gmail.com>
Tue, 10 Apr 2018 14:13:26 +0000
(15:13 +0100)
committer
Dale Wijnand
<dale.wijnand@gmail.com>
Tue, 10 Apr 2018 14:13:26 +0000
(15:13 +0100)
tests/testsuite/install.rs
patch
|
blob
|
history
diff --git
a/tests/testsuite/install.rs
b/tests/testsuite/install.rs
index 8e3baa8cf806ac3f9a4367315f11cc565ede3b6c..f6d9bf10303ec0fc74786f35dc75bcbfe053404e 100644
(file)
--- a/
tests/testsuite/install.rs
+++ b/
tests/testsuite/install.rs
@@
-1050,6
+1050,7
@@
fn installs_from_cwd_with_2018_warnings() {
or use --path or --git to specify alternate source\
"),
);
+ assert_that(cargo_home(), is_not(has_installed_exe("foo")));
}
#[test]