Make error message bad_git_dependency test less strict
authorVasudev Kamath <vasudev@copyninja.info>
Sat, 27 Jan 2018 09:41:06 +0000 (15:11 +0530)
committerXimin 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

index 1d8c2fe211cf4bc3d34e9edc327543f215940835..87717578c2a791087f1229a03c34c3c50afa60e9 100644 (file)
@@ -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[..]
 "));
 }