about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-02 01:24:25 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-02 01:29:31 +0000
commit3a96720e4e0f1d14599b9fae10e210110976e0c5 (patch)
tree75ef1525ad9e615eb634b84aa811e64ed332cd99 /t
parent44f66366245c9fbe065ba8cd95ca704c05c53639 (diff)
downloadrainbows-3a96720e4e0f1d14599b9fae10e210110976e0c5.tar.gz
Due to the synchronous nature of Revactor, we can
be certain sendfile won't overstep the userspace
output buffering done by Rev.
Diffstat (limited to 't')
-rwxr-xr-xt/t0023-sendfile-byte-range.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0023-sendfile-byte-range.sh b/t/t0023-sendfile-byte-range.sh
index 63fceee..419d89a 100755
--- a/t/t0023-sendfile-byte-range.sh
+++ b/t/t0023-sendfile-byte-range.sh
@@ -10,7 +10,7 @@ ruby) ;;
 esac
 
 case $model in
-EventMachine|NeverBlock|Revactor)
+EventMachine|NeverBlock)
         t_info "skipping $T since it's not compatible with $model"
         exit 0
         ;;