[DRE-commits] [ruby-raindrops] 03/05: Drop 0003-test-test_linux.rb-use-plain-ASCII-in-tempfile-name.patch

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Mon Feb 29 13:44:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository ruby-raindrops.

commit 9165d0c9100627d20361caf54be35a1d1bcf444e
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Mon Feb 29 16:25:27 2016 +0300

    Drop 0003-test-test_linux.rb-use-plain-ASCII-in-tempfile-name.patch
    
    	It has better solution in upstream
---
 ...linux.rb-use-plain-ASCII-in-tempfile-name.patch | 49 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 50 deletions(-)

diff --git a/debian/patches/0003-test-test_linux.rb-use-plain-ASCII-in-tempfile-name.patch b/debian/patches/0003-test-test_linux.rb-use-plain-ASCII-in-tempfile-name.patch
deleted file mode 100644
index 268f73c..0000000
--- a/debian/patches/0003-test-test_linux.rb-use-plain-ASCII-in-tempfile-name.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From: Antonio Terceiro <terceiro at debian.org>
-Date: Mon, 22 Feb 2016 14:27:07 -0300
-Subject: test/test_linux.rb: use plain ASCII in tempfile name
-
-This fixes the build against ruby2.3
----
- test/test_linux.rb | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/test/test_linux.rb b/test/test_linux.rb
-index ec71681..e40817a 100644
---- a/test/test_linux.rb
-+++ b/test/test_linux.rb
-@@ -20,7 +20,7 @@ class TestLinux < Test::Unit::TestCase
-   end
- 
-   def test_unix
--    tmp = Tempfile.new("\xde\xad\xbe\xef") # valid path, really :)
-+    tmp = Tempfile.new('raindrops')
-     File.unlink(tmp.path)
-     us = UNIXServer.new(tmp.path)
-     stats = unix_listener_stats([tmp.path])
-@@ -48,7 +48,7 @@ class TestLinux < Test::Unit::TestCase
-   end
- 
-   def test_unix_all
--    tmp = Tempfile.new("\xde\xad\xbe\xef") # valid path, really :)
-+    tmp = Tempfile.new('raindrops')
-     File.unlink(tmp.path)
-     us = UNIXServer.new(tmp.path)
-     @to_close << UNIXSocket.new(tmp.path)
-@@ -68,7 +68,7 @@ class TestLinux < Test::Unit::TestCase
-   end
- 
-   def test_unix_all_unused
--    tmp = Tempfile.new("\xde\xad\xbe\xef") # valid path, really :)
-+    tmp = Tempfile.new('raindrops')
-     File.unlink(tmp.path)
-     us = UNIXServer.new(tmp.path)
-     stats = unix_listener_stats
-@@ -79,7 +79,7 @@ class TestLinux < Test::Unit::TestCase
-   end
- 
-   def test_unix_resolves_symlinks
--    tmp = Tempfile.new("\xde\xad\xbe\xef") # valid path, really :)
-+    tmp = Tempfile.new('raindrops')
-     File.unlink(tmp.path)
-     us = UNIXServer.new(tmp.path)
- 
diff --git a/debian/patches/series b/debian/patches/series
index ec598d3..7afaa40 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0002-Invoke-unix_listener_stats-conditionally.patch
 0004-Disable-tests-which-require-inet_diag-or-tcp_diag-ke.patch
-0003-test-test_linux.rb-use-plain-ASCII-in-tempfile-name.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-raindrops.git



More information about the Pkg-ruby-extras-commits mailing list