Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/aruba/files/
Date: Thu, 27 Oct 2016 21:53:34
Message-Id: 1477605195.403e34a0f0c50af7b388ec472d19491bd8736812.monsieurp@gentoo
1 commit: 403e34a0f0c50af7b388ec472d19491bd8736812
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 6 16:57:27 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 27 21:53:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403e34a0
7
8 dev-util/aruba: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2494
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 .../files/aruba-0.4.11+childprocess-0.2.4.patch | 37 ----------------------
15 1 file changed, 37 deletions(-)
16
17 diff --git a/dev-util/aruba/files/aruba-0.4.11+childprocess-0.2.4.patch b/dev-util/aruba/files/aruba-0.4.11+childprocess-0.2.4.patch
18 deleted file mode 100644
19 index f5408aa..00000000
20 --- a/dev-util/aruba/files/aruba-0.4.11+childprocess-0.2.4.patch
21 +++ /dev/null
22 @@ -1,37 +0,0 @@
23 -diff --git a/features/exit_statuses.feature b/features/exit_statuses.feature
24 -index 5c5dffe..b971152 100644
25 ---- a/features/exit_statuses.feature
26 -+++ b/features/exit_statuses.feature
27 -@@ -30,13 +30,3 @@ Feature: exit statuses
28 - Scenario: Unsuccessfully run something
29 - When I do aruba I successfully run `ruby -e 'exit 10'`
30 - Then aruba should fail with "Exit status was 10"
31 --
32 -- @posix
33 -- Scenario: Try to run something that doesn't exist
34 -- When I run `does_not_exist`
35 -- Then the exit status should be 1
36 --
37 -- @posix
38 -- Scenario: Try to run something that doesn't exist with `
39 -- When I run `does_not_exist`
40 -- Then the exit status should be 1
41 -diff --git a/features/output.feature b/features/output.feature
42 -index 8af06ca..7eea5a5 100644
43 ---- a/features/output.feature
44 -+++ b/features/output.feature
45 -@@ -5,14 +5,6 @@ Feature: Output
46 - I want to use the "the output should contain" step
47 -
48 - @posix
49 -- Scenario: Run unknown command
50 -- When I run `neverever gonna work`
51 -- Then the output should contain:
52 -- """
53 -- No such file or directory - neverever
54 -- """
55 --
56 -- @posix
57 - Scenario: Detect subset of one-line output
58 - When I run `ruby -e 'puts \"hello world\"'`
59 - Then the output should contain "hello world"