about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-09 13:43:39 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-09 13:43:39 -0700
commitc797cea2cdddbbc5534be54ac37d95d0c8af6e61 (patch)
tree93eafba4b77f160b10d2ea48c91cde2862c6a59e
parent4cbd3c3ea9e251eadd74e0971b0510fc05f95aa4 (diff)
downloadruby_io_splice-c797cea2cdddbbc5534be54ac37d95d0c8af6e61.tar.gz
Not that we feel like supporting 1.8 any longer..
-rw-r--r--test/test_io_splice_eintr.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_io_splice_eintr.rb b/test/test_io_splice_eintr.rb
index 05926c9..7f81ff2 100644
--- a/test/test_io_splice_eintr.rb
+++ b/test/test_io_splice_eintr.rb
@@ -31,4 +31,6 @@ class Test_IO_Splice_EINTR < Test::Unit::TestCase
     nr = IO.splice rd, nil, tmp, nil, 666
     assert_equal 2, nr
   end
-end
+end if defined?(RUBY_ENGINE) &&
+       RUBY_ENGINE == "ruby" &&
+       RUBY_VERSION.to_f >= 1.9