From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.1 required=3.0 tests=AWL,BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Hleb Valoshka <375gnu@gmail.com> Newsgroups: gmane.comp.lang.ruby.posix-mq.general Subject: [PATCH 2/3] Add libc names for Debian GNU/kFreeBSD and FreeBSD in tests. Date: Tue, 3 Jul 2012 23:13:49 +0300 Message-ID: <1341346430-8113-2-git-send-email-375GNU@Gmail.COM> References: <1341346430-8113-1-git-send-email-375GNU@Gmail.COM> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1341346510 21594 80.91.229.3 (3 Jul 2012 20:15:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Jul 2012 20:15:10 +0000 (UTC) To: ruby.posix.mq@librelist.com Original-X-From: ruby.posix.mq@librelist.com Tue Jul 03 22:15:05 2012 Return-path: Envelope-to: gclrpg-ruby.posix.mq@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: ruby.posix.mq@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.posix-mq.general:96 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sm9V2-0008U3-9a for gclrpg-ruby.posix.mq@m.gmane.org; Tue, 03 Jul 2012 22:15:04 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 59BB921E0EA for ; Tue, 3 Jul 2012 20:23:45 +0000 (UTC) --- 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