about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
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
 }