summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-10-06 18:57:27 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-10-27 23:53:15 +0200
commit403e34a0f0c50af7b388ec472d19491bd8736812 (patch)
tree804e9aa7ea2e1a6d31768b04b3ff4fd124d0c8a5 /dev-util/aruba
parentmedia-libs/libmediaart: Drop USE=qt4, fix build w/ Qt 5.7.0, EAPI 6. (diff)
downloadgentoo-403e34a0f0c50af7b388ec472d19491bd8736812.tar.gz
gentoo-403e34a0f0c50af7b388ec472d19491bd8736812.tar.bz2
gentoo-403e34a0f0c50af7b388ec472d19491bd8736812.zip
dev-util/aruba: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/2494 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-util/aruba')
-rw-r--r--dev-util/aruba/files/aruba-0.4.11+childprocess-0.2.4.patch37
1 files changed, 0 insertions, 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 f5408aaeec1a..000000000000
--- 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"