posix_mq RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 2/3] Add libc names for Debian GNU/kFreeBSD and FreeBSD in tests.
  @ 2012-07-03 20:13  7% ` Hleb Valoshka
  0 siblings, 0 replies; 1+ results
From: Hleb Valoshka @ 2012-07-03 20:13 UTC (permalink / raw)
  To: ruby.posix.mq

---
 test/test_posix_mq.rb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_posix_mq.rb b/test/test_posix_mq.rb
index 5c7cc11..5b78c22 100644
--- a/test/test_posix_mq.rb
+++ b/test/test_posix_mq.rb
@@ -104,7 +104,7 @@ class Test_POSIX_MQ < Test::Unit::TestCase
 
   def test_alarm_signal_safe
     libc = alarm = nil
-    libcs = %w(libc.so.6 /usr/lib/libc.sl)
+    libcs = %w(libc.so.6 libc.so.0.1 libc.so.7 /usr/lib/libc.sl)
     libcs.each do |name|
       libc = DL::Handle.new(name) rescue next
       if defined?(DL::Function)
-- 
1.7.10



^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-07-03 20:13     [PATCH 1/3] Fix call to DL::Function.new in tests Hleb Valoshka
2012-07-03 20:13  7% ` [PATCH 2/3] Add libc names for Debian GNU/kFreeBSD and FreeBSD " Hleb Valoshka

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby_posix_mq.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).