From 3a250fcfb9fcfa0ab3a8105821e670563025faa4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 27 Dec 2010 07:18:49 +0000 Subject: initial cool.io support Cool.io is the new name for Rev. We'll continue to support Rev until Cool.io breaks backwards compatibility. Rev may not be supported if Cool.io is. --- t/t9100-thread-timeout.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/t9100-thread-timeout.sh') diff --git a/t/t9100-thread-timeout.sh b/t/t9100-thread-timeout.sh index 0f802dd..422052e 100755 --- a/t/t9100-thread-timeout.sh +++ b/t/t9100-thread-timeout.sh @@ -1,7 +1,9 @@ #!/bin/sh . ./test-lib.sh case $model in -ThreadSpawn|ThreadPool|RevThreadSpawn|RevThreadPool) ;; +ThreadSpawn|ThreadPool) ;; +RevThreadSpawn|RevThreadPool) ;; +CoolioThreadSpawn|CoolioThreadPool) ;; *) t_info "$0 is only compatible with Thread*"; exit 0 ;; esac -- cgit v1.2.3-24-ge0c7