diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-26 18:18:58 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-31 12:59:14 +0100 |
commit | 9abe53391ea4f24219ac50e80ae68f0dd18e05f4 (patch) | |
tree | aa8403985617257046156c59327d6cd4bdfd8fae /dev-ruby/launchy | |
parent | dev-ruby/coolio: remove unused patch. (diff) | |
download | gentoo-9abe53391ea4f24219ac50e80ae68f0dd18e05f4.tar.gz gentoo-9abe53391ea4f24219ac50e80ae68f0dd18e05f4.tar.bz2 gentoo-9abe53391ea4f24219ac50e80ae68f0dd18e05f4.zip |
dev-ruby/launchy: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/2416
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-ruby/launchy')
-rw-r--r-- | dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch b/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch deleted file mode 100644 index 3304a0ae090d..000000000000 --- a/dev-ruby/launchy/files/launchy-2.3.0-drop-failing-test.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/spec/applications/browser_spec.rb b/spec/applications/browser_spec.rb -index 8cfa8e7..3886ce3 100644 ---- a/spec/applications/browser_spec.rb -+++ b/spec/applications/browser_spec.rb -@@ -12,19 +12,6 @@ describe Launchy::Application::Browser do - ENV.delete( 'KDE_FULL_SESSION' ) - end - -- { 'windows' => 'start /b' , -- 'darwin' => '/usr/bin/open', -- 'cygwin' => 'cmd /C start /b', -- -- # when running these tests on a linux box, this test will fail -- 'linux' => nil }.each do |host_os, cmdline| -- it "when host_os is '#{host_os}' the appropriate 'app_list' method is called" do -- Launchy.host_os = host_os -- browser = Launchy::Application::Browser.new -- browser.app_list.first.must_equal cmdline -- end -- end -- - %w[ linux windows darwin cygwin ].each do |host_os| - it "the BROWSER environment variable overrides any host defaults on '#{host_os}'" do - ENV['BROWSER'] = "my_special_browser --new-tab '%s'" |