about summary refs log tree commit homepage
path: root/t/t0300-async_sinatra.sh
diff options
context:
space:
mode:
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 ae594eb..d7972e5 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
-NeverBlock|EventMachine) ;;
+NeverBlock-rack1|EventMachine-rack1) ;;
 *)
         t_info "skipping $T since it's not compatible with $model"
         exit 0