about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorHleb Valoshka <375gnu@gmail.com>2012-07-03 23:13:49 +0300
committerEric Wong <normalperson@yhbt.net>2012-07-03 17:16:26 -0700
commitcf0665e57bf4857d4eb4c733527e77545190af59 (patch)
treefc51a6d9bdf34f9461e3769a6ae25322a3c88514
parent5e49637bdc37eb11b9d30863e8ba07a29e2948fe (diff)
downloadruby_posix_mq-cf0665e57bf4857d4eb4c733527e77545190af59.tar.gz
Signed-off-by: Eric Wong <normalperson@yhbt.net>
-rw-r--r--test/test_posix_mq.rb2
1 files changed, 1 insertions, 1 deletions
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)