Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/files/
Date: Fri, 31 May 2019 11:04:59
Message-Id: 1559300683.3943a0f87694796adda723aa96995f47853f5362.swegener@gentoo
1 commit: 3943a0f87694796adda723aa96995f47853f5362
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 11:04:43 2019 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 11:04:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3943a0f8
7
8 app-admin/puppet: Drop old patch
9
10 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 app-admin/puppet/files/puppet-fix-tests-6.0.0.patch | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/app-admin/puppet/files/puppet-fix-tests-6.0.0.patch b/app-admin/puppet/files/puppet-fix-tests-6.0.0.patch
17 deleted file mode 100644
18 index 3e51218034c..00000000000
19 --- a/app-admin/puppet/files/puppet-fix-tests-6.0.0.patch
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 ---- spec/unit/network/http/api/indirected_routes_spec.rb 2018-09-17 19:36:56.000000000 -0500
23 -+++ spec/unit/network/http/api/indirected_routes_spec.rb 2018-09-19 10:52:35.841614932 -0500
24 -@@ -143,15 +143,6 @@
25 - _, _, _, _ = handler.uri2indirection("GET", uri_escaped, params)
26 - end
27 -
28 -- it "when the environment is unknown should remove :environment from params passed to check_authorization and therefore fail" do
29 -- handler.expects(:check_authorization).with(anything,
30 -- anything,
31 -- Not(has_key(:environment)))
32 -- expect(lambda { handler.uri2indirection("GET",
33 -- "#{master_url_prefix}/node/bar",
34 -- {:environment => 'bogus'}) }).to raise_error(not_found_error)
35 -- end
36 --
37 - it "should not URI unescape the indirection key as passed through to a call to check_authorization" do
38 - handler.expects(:check_authorization).with(anything,
39 - anything,