commit: 403e34a0f0c50af7b388ec472d19491bd8736812 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Oct 6 16:57:27 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Oct 27 21:53:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403e34a0
dev-util/aruba: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/2494 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> .../files/aruba-0.4.11+childprocess-0.2.4.patch | 37 ---------------------- 1 file changed, 37 deletions(-) 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 deleted file mode 100644 index f5408aa..00000000 --- a/dev-util/aruba/files/aruba-0.4.11+childprocess-0.2.4.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff --git a/features/exit_statuses.feature b/features/exit_statuses.feature -index 5c5dffe..b971152 100644 ---- a/features/exit_statuses.feature -+++ b/features/exit_statuses.feature -@@ -30,13 +30,3 @@ Feature: exit statuses - Scenario: Unsuccessfully run something - When I do aruba I successfully run `ruby -e 'exit 10'` - Then aruba should fail with "Exit status was 10" -- -- @posix -- Scenario: Try to run something that doesn't exist -- When I run `does_not_exist` -- Then the exit status should be 1 -- -- @posix -- Scenario: Try to run something that doesn't exist with ` -- When I run `does_not_exist` -- Then the exit status should be 1 -diff --git a/features/output.feature b/features/output.feature -index 8af06ca..7eea5a5 100644 ---- a/features/output.feature -+++ b/features/output.feature -@@ -5,14 +5,6 @@ Feature: Output - I want to use the "the output should contain" step - - @posix -- Scenario: Run unknown command -- When I run `neverever gonna work` -- Then the output should contain: -- """ -- No such file or directory - neverever -- """ -- -- @posix - Scenario: Detect subset of one-line output - When I run `ruby -e 'puts \"hello world\"'` - Then the output should contain "hello world"
