about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-19 17:46:52 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-19 17:46:52 -0800
commit5d5d31e7ed12a232e405a8456d08e974ac74299a (patch)
treeea2782d21bea8ebdb0c401b2ee3b5e8fe6c6dabf
parent1a449c8abafbb17f9e7c2d68363957c80dc1ab86 (diff)
downloadrainbows-5d5d31e7ed12a232e405a8456d08e974ac74299a.tar.gz
we need to get in the habit of using this more
-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"