about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xt/t0023-sendfile-byte-range.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/t/t0023-sendfile-byte-range.sh b/t/t0023-sendfile-byte-range.sh
index 81183c7..2cb8516 100755
--- a/t/t0023-sendfile-byte-range.sh
+++ b/t/t0023-sendfile-byte-range.sh
@@ -9,13 +9,7 @@ ruby) ;;
         ;;
 esac
 
-case $model in
-EventMachine|NeverBlock)
-        t_info "skipping $T since it's not compatible with $model"
-        exit 0
-        ;;
-*) ;;
-esac
+skip_models EventMachine NeverBlock
 
 t_plan 13 "sendfile byte range response for $model"