projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80396f1
)
Make error message bad_git_dependency test less strict
author
Vasudev Kamath
<vasudev@copyninja.info>
Sat, 27 Jan 2018 09:41:06 +0000
(15:11 +0530)
committer
Ximin Luo
<infinity0@debian.org>
Sat, 27 Jan 2018 09:41:06 +0000
(15:11 +0530)
Bug: https://github.com/rust-lang/cargo/issues/4908
Last-Update: 2018-01-24
Gbp-Pq: Name 0001-fix_bad_git_dependency.patch
tests/bad-config.rs
patch
|
blob
|
history
diff --git
a/tests/bad-config.rs
b/tests/bad-config.rs
index 1d8c2fe211cf4bc3d34e9edc327543f215940835..87717578c2a791087f1229a03c34c3c50afa60e9 100644
(file)
--- a/
tests/bad-config.rs
+++ b/
tests/bad-config.rs
@@
-389,7
+389,7
@@
Caused by:
failed to clone into: [..]
Caused by:
- [
[..]] 'file:///' is not a valid local file URI
+ [
..]'file:///' is not a valid local file URI[..]
"));
}