about summary refs log tree commit homepage
path: root/test/test_posix_mq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_posix_mq.rb')
-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)