about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-24 23:56:07 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-24 23:56:07 -0800
commit5339d9d693c794c0f20270d5726cb360e31dff30 (patch)
tree889004c8f652e8fa830ca7eb64eebc443d3fe37a /test
parent79583aaa426ac2f0967cb84524b6e17d72499cd5 (diff)
downloadruby_posix_mq-5339d9d693c794c0f20270d5726cb360e31dff30.tar.gz
Cleaner code, too, no more direct RSTRUCT usage.
Diffstat (limited to 'test')
-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 b4c49c7..9587c3a 100644
--- a/test/test_posix_mq.rb
+++ b/test/test_posix_mq.rb
@@ -30,7 +30,7 @@ class Test_POSIX_MQ < Test::Unit::TestCase
       2025.times { POSIX_MQ.new(@path, :rw) }
       2025.times { @mq = POSIX_MQ.new(@path, :rw); @mq.to_io }
     end
-  end
+  end unless defined?RUBY_ENGINE && RUBY_ENGINE == "rbx"
 
   def test_name_clobber_proof
     @mq = POSIX_MQ.new(@path, :rw)