Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/files/
Date: Tue, 08 Aug 2017 22:37:04
Message-Id: 1502231800.ad787a1aac2d203b9c3e36ca3e1a85a387423d24.prometheanfire@gentoo
1 commit: ad787a1aac2d203b9c3e36ca3e1a85a387423d24
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 8 16:29:32 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 22:36:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad787a1a
7
8 app-admin/puppet: remove unused patch
9
10 app-admin/puppet/files/puppet-fix-tests-4.4.2.patch | 18 ------------------
11 1 file changed, 18 deletions(-)
12
13 diff --git a/app-admin/puppet/files/puppet-fix-tests-4.4.2.patch b/app-admin/puppet/files/puppet-fix-tests-4.4.2.patch
14 deleted file mode 100644
15 index b77c1cea39c..00000000000
16 --- a/app-admin/puppet/files/puppet-fix-tests-4.4.2.patch
17 +++ /dev/null
18 @@ -1,18 +0,0 @@
19 ---- spec/unit/network/http/api/indirected_routes_spec.rb 2016-04-22 17:15:56.000000000 -0500
20 -+++ spec/unit/network/http/api/indirected_routes_spec.rb.new 2016-04-28 09:06:38.133311369 -0500
21 -@@ -140,15 +140,6 @@
22 - indirection, _, _, _ = handler.uri2indirection("GET", uri_escaped, params)
23 - end
24 -
25 -- it "should not pass through an environment to check_authorization and fail if the environment is unknown" do
26 -- handler.expects(:check_authorization).with(anything,
27 -- anything,
28 -- Not(has_entry(:environment)))
29 -- expect(lambda { handler.uri2indirection("GET",
30 -- "#{master_url_prefix}/node/bar",
31 -- {:environment => 'bogus'}) }).to raise_error(ArgumentError)
32 -- end
33 --
34 - it "should not URI unescape the indirection key as passed through to a call to check_authorization" do
35 - handler.expects(:check_authorization).with(anything,
36 - anything,