about summary refs log tree commit homepage
path: root/t/lib-simple-http.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lib-simple-http.sh')
-rw-r--r--t/lib-simple-http.sh17
1 files changed, 2 insertions, 15 deletions
diff --git a/t/lib-simple-http.sh b/t/lib-simple-http.sh
index 410cc9a..235f4e3 100644
--- a/t/lib-simple-http.sh
+++ b/t/lib-simple-http.sh
@@ -6,22 +6,9 @@ echo "simple HTTP connection keepalive/pipelining tests for $model"
 tbase=$(expr "$T" : '^\(t....\)-').ru
 test -f "$tbase" || die "$tbase missing for $T"
 
-eval $(unused_listen)
-rtmpfiles unicorn_config pid r_err r_out tmp fifo ok
-
-cat > $unicorn_config <<EOF
-listen "$listen"
-pid "$pid"
-stderr_path "$r_err"
-stdout_path "$r_out"
-EOF
-if test x$model != xany
-then
-        echo "Rainbows! { use :$model }" >> $unicorn_config
-fi
-
+rainbows_setup
 rainbows -D $tbase -c $unicorn_config
-wait_for_pid $pid
+rainbows_wait_start
 
 echo "single request"
 curl -sSfv http://$listen/