about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-28 12:20:11 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-28 12:20:11 -0800
commit3519c3ecbc7e39bf7d915ea48f19c51f8a6e638b (patch)
tree13371b07924b69bc6f9e3889d39a3885291e19c9 /t
parentf824f4e13a13daf56439e16ecb3a62469a8c9bf0 (diff)
downloadrainbows-3519c3ecbc7e39bf7d915ea48f19c51f8a6e638b.tar.gz
Diffstat (limited to 't')
-rwxr-xr-x[-rw-r--r--]t/t0009-broken-app.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0009-broken-app.sh b/t/t0009-broken-app.sh
index b5aae4e..dc1f9b1 100644..100755
--- a/t/t0009-broken-app.sh
+++ b/t/t0009-broken-app.sh
@@ -4,8 +4,8 @@
 t_plan 9 "graceful handling of broken apps for $model"
 
 t_begin "setup and start" && {
-        rainbows_setup
-        rainbows -D t0009.ru -c $unicorn_config $model 1
+        rainbows_setup $model 1
+        rainbows -D t0009.ru -c $unicorn_config
         rainbows_wait_start
 }