about summary refs log tree commit homepage
path: root/t/t0026-splice-copy_stream-byte-range.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0026-splice-copy_stream-byte-range.sh')
-rw-r--r--t/t0026-splice-copy_stream-byte-range.sh17
1 files changed, 1 insertions, 16 deletions
diff --git a/t/t0026-splice-copy_stream-byte-range.sh b/t/t0026-splice-copy_stream-byte-range.sh
index 70546b6..b4b89e5 100644
--- a/t/t0026-splice-copy_stream-byte-range.sh
+++ b/t/t0026-splice-copy_stream-byte-range.sh
@@ -1,24 +1,9 @@
 #!/bin/sh
 . ./test-lib.sh
 test -r random_blob || die "random_blob required, run with 'make $0'"
-case $RUBY_VERSION in
-1.9.*) ;;
-*)
-        t_info "skipping $T since it can't IO::Splice.copy_stream"
-        exit 0
-        ;;
-esac
+check_copy_stream
 check_splice
 
-case $model in
-ThreadSpawn|WriterThreadSpawn|ThreadPool|WriterThreadPool|Base) ;;
-XEpollThreadSpawn) ;;
-*)
-        t_info "skipping $T since it doesn't use copy_stream"
-        exit 0
-        ;;
-esac
-
 t_plan 13 "IO::Splice.copy_stream byte range response for $model"
 
 t_begin "setup and startup" && {