about summary refs log tree commit homepage
path: root/t/t3002-revactor-graceful.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-17 22:42:55 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-17 22:42:55 -0700
commit7a3ebef424f3e7db0a48ae35885c446d79b7d971 (patch)
treef5cbaa3cd99833ed39a5076a580d20a1d978f27f /t/t3002-revactor-graceful.sh
parent08c52c81bc49023a645dd211c4c983a60ac64e13 (diff)
downloadrainbows-7a3ebef424f3e7db0a48ae35885c446d79b7d971.tar.gz
Since we export "rainbows.model" to Rack now, we don't
have to worry about setting the "SLEEP_CLASS" env for
the application.
Diffstat (limited to 't/t3002-revactor-graceful.sh')
-rwxr-xr-xt/t3002-revactor-graceful.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3002-revactor-graceful.sh b/t/t3002-revactor-graceful.sh
index 2a766be..67c6ba3 100755
--- a/t/t3002-revactor-graceful.sh
+++ b/t/t3002-revactor-graceful.sh
@@ -17,7 +17,7 @@ Rainbows! do
 end
 EOF
 
-SLEEP_CLASS=Actor rainbows -D sleep.ru -c $unicorn_config
+rainbows -D sleep.ru -c $unicorn_config
 wait_for_pid $pid
 
 for i in $(awk "BEGIN{for(i=0;i<$nr_client;++i) print i}" </dev/null)