about summary refs log tree commit homepage
path: root/test/test_splice_eintr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_splice_eintr.rb')
-rw-r--r--test/test_splice_eintr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_splice_eintr.rb b/test/test_splice_eintr.rb
index 41b6dd0..fb2dbbc 100644
--- a/test/test_splice_eintr.rb
+++ b/test/test_splice_eintr.rb
@@ -31,4 +31,4 @@ class Test_Splice_EINTR < Test::Unit::TestCase
     assert_equal 2, nr
     assert_equal 1, @usr1
   end
-end if defined?(RUBY_ENGINE)
+end if SleepyPenguin.respond_to?(:splice)