From 5d5d31e7ed12a232e405a8456d08e974ac74299a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 19 Jan 2011 17:46:52 -0800 Subject: t0023: use skip_models helper we need to get in the habit of using this more --- t/t0023-sendfile-byte-range.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 't') 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" -- cgit v1.2.3-24-ge0c7