about summary refs log tree commit homepage
path: root/t/t1000-thread-pool-basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t1000-thread-pool-basic.sh')
-rwxr-xr-xt/t1000-thread-pool-basic.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/t/t1000-thread-pool-basic.sh b/t/t1000-thread-pool-basic.sh
index 68b98ac..1510ab6 100755
--- a/t/t1000-thread-pool-basic.sh
+++ b/t/t1000-thread-pool-basic.sh
@@ -2,12 +2,14 @@
 . ./test-lib.sh
 
 eval $(unused_listen)
-rtmpfiles unicorn_config curl_out curl_err pid
+rtmpfiles unicorn_config curl_out curl_err pid r_err r_out
 
 nr_client=30
 nr_thread=10
 
 cat > $unicorn_config <<EOF
+stderr_path "$r_err"
+stdout_path "$r_out"
 listen "$listen"
 pid "$pid"
 Rainbows! do
@@ -36,3 +38,5 @@ nr=$(sort < $curl_out | uniq | wc -l)
 
 test "$nr" -le $nr_thread
 test "$nr" -gt 1
+
+! grep Error $r_err