From 13496696d554a58887b4bf89e0cae58dd6181e08 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Wed, 8 Aug 2018 21:01:48 +0530 Subject: [PATCH] Refresh patch 2002 --- debian/patches/2002_disable-net-tests.patch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/patches/2002_disable-net-tests.patch b/debian/patches/2002_disable-net-tests.patch index d5d5860e3..bbb140b2a 100644 --- a/debian/patches/2002_disable-net-tests.patch +++ b/debian/patches/2002_disable-net-tests.patch @@ -693,7 +693,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +// } --- a/tests/testsuite/test.rs +++ b/tests/testsuite/test.rs -@@ -3049,114 +3049,114 @@ +@@ -3093,114 +3093,114 @@ ); } @@ -918,13 +918,14 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ fn test_release_ignore_panic() { --- a/tests/testsuite/generate_lockfile.rs +++ b/tests/testsuite/generate_lockfile.rs -@@ -2,8 +2,8 @@ +@@ -1,9 +1,9 @@ + use std::fs::{self, File}; use std::io::prelude::*; - use cargotest::support::{execs, project}; -use cargotest::support::registry::Package; --use cargotest::ChannelChanger; +// use cargotest::support::registry::Package; + use cargotest::support::{execs, paths, project, ProjectBuilder}; +-use cargotest::ChannelChanger; +// use cargotest::ChannelChanger; use hamcrest::{assert_that, existing_file, is_not}; -- 2.30.2