about summary refs log tree commit homepage
path: root/t/t0023-sendfile-byte-range.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0023-sendfile-byte-range.sh')
-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
         ;;