t/t0300-async_sinatra.sh in rainbows-5.0.0 vs t/t0300-async_sinatra.sh in rainbows-5.0.0.5.ge717
- old
+ new
@@ -3,10 +3,10 @@
# n - number of seconds to sleep
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
;;
esac