about summary refs log tree commit homepage
path: root/t/t0027-nil-copy_stream.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0027-nil-copy_stream.sh')
-rw-r--r--t/t0027-nil-copy_stream.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/t/t0027-nil-copy_stream.sh b/t/t0027-nil-copy_stream.sh
index 03c7f0a..9b68160 100644
--- a/t/t0027-nil-copy_stream.sh
+++ b/t/t0027-nil-copy_stream.sh
@@ -1,15 +1,7 @@
 #!/bin/sh
 . ./test-lib.sh
 test -r random_blob || die "random_blob required, run with 'make $0'"
-
-case $model in
-ThreadSpawn|WriterThreadSpawn|ThreadPool|WriterThreadPool|Base) ;;
-XEpollThreadSpawn) ;;
-*)
-        t_info "skipping $T since it doesn't use copy_stream"
-        exit 0
-        ;;
-esac
+check_copy_stream
 
 t_plan 7 "large file 'copy_stream nil' test for $model"