Fix the bad_git_dependency test failure.
authorVasudev Kamath <vasudev@copyninja.info>
Thu, 25 Jan 2018 06:32:36 +0000 (12:02 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Thu, 25 Jan 2018 06:32:36 +0000 (12:02 +0530)
debian/patches/0001-fix_bad_git_dependency.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/0001-fix_bad_git_dependency.patch b/debian/patches/0001-fix_bad_git_dependency.patch
new file mode 100644 (file)
index 0000000..f99cc4e
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Make error message bad_git_dependency test less strict
+Author: Vasudev Kamath <vasudev@copyninja.info>
+Bug: https://github.com/rust-lang/cargo/issues/4908
+Last-Update: 2018-01-24
+
+--- a/tests/bad-config.rs
++++ b/tests/bad-config.rs
+@@ -389,7 +389,7 @@
+   failed to clone into: [..]
+ Caused by:
+-  [[..]] 'file:///' is not a valid local file URI
++  [..]'file:///' is not a valid local file URI[..]
+ "));
+ }
index 7e0bb0a1514b9ffd0ac554bfea58ea7717d62a57..a5cb1ae6b790a5a95af05a4f3b7cad401d63e8d8 100644 (file)
@@ -5,3 +5,4 @@
 1002_fix_typo_cargo_search.patch
 2005_dont_run_mdbook.patch
 2006_disable_wasm32_tests.patch
+0001-fix_bad_git_dependency.patch