From 49b60d6f67a94560a802c6ff80c16c92093de877 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 16 May 2011 19:43:38 +0000 Subject: tests: unify checks for copy_stream and threaded app dispatch This makes things easier to maintain as we add more concurrency options. --- t/t9100-thread-timeout.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 't/t9100-thread-timeout.sh') diff --git a/t/t9100-thread-timeout.sh b/t/t9100-thread-timeout.sh index 8d61cc5..bf0c252 100755 --- a/t/t9100-thread-timeout.sh +++ b/t/t9100-thread-timeout.sh @@ -1,12 +1,6 @@ #!/bin/sh . ./test-lib.sh -case $model in -ThreadSpawn|ThreadPool) ;; -RevThreadSpawn|RevThreadPool) ;; -CoolioThreadSpawn|CoolioThreadPool) ;; -XEpollThreadSpawn) ;; -*) t_info "$0 is only compatible with Thread*"; exit 0 ;; -esac +check_threaded_app_dispatch t_plan 6 "ThreadTimeout Rack middleware test for $model" -- cgit v1.2.3-24-ge0c7