about summary refs log tree commit homepage
path: root/t/t0300-async_sinatra.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-29 16:19:02 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-29 17:50:54 -0800
commit16c0391066b38e5f3ea834b59632645890519574 (patch)
tree0f4475073323b0bc5c032fe21ae1052e57def75b /t/t0300-async_sinatra.sh
parentf050fcb9e5da4adf3b5b4f65c0590360113e78fd (diff)
downloadrainbows-16c0391066b38e5f3ea834b59632645890519574.tar.gz
Diffstat (limited to 't/t0300-async_sinatra.sh')
-rwxr-xr-xt/t0300-async_sinatra.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0300-async_sinatra.sh b/t/t0300-async_sinatra.sh
index 3cf729c..a623916 100755
--- a/t/t0300-async_sinatra.sh
+++ b/t/t0300-async_sinatra.sh
@@ -5,7 +5,7 @@
 n=10
 CONFIG_RU=async_sinatra.ru
 case $model in
-EventMachine) ;;
+NeverBlock|EventMachine) ;;
 *)
         t_info "skipping $T since it's not compatible with $model"
         exit 0