about summary refs log tree commit homepage
path: root/t/t0024-pipelined-sendfile-response.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0024-pipelined-sendfile-response.sh')
-rwxr-xr-xt/t0024-pipelined-sendfile-response.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/t0024-pipelined-sendfile-response.sh b/t/t0024-pipelined-sendfile-response.sh
index 2acc243..b0f5d56 100755
--- a/t/t0024-pipelined-sendfile-response.sh
+++ b/t/t0024-pipelined-sendfile-response.sh
@@ -1,14 +1,6 @@
 #!/bin/sh
 . ./test-lib.sh
 
-case $model in
-EventMachine|NeverBlock)
-        t_info "skipping $T since it's not compatible with $model"
-        exit 0
-        ;;
-*) ;;
-esac
-
 t_plan 5 "pipelined sendfile response for $model"
 
 t_begin "setup and startup" && {