about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-27 13:10:55 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-27 21:11:28 +0000
commitd430bc3a481f897b4f515d5b7d0a0e239f8d2bb2 (patch)
tree2d01d9b52c1c7851472cbad99c546ee8e7a45ad2 /t
parent4e7ee4b8a451edf78b0eeac47b8a24c591986e91 (diff)
downloadrainbows-d430bc3a481f897b4f515d5b7d0a0e239f8d2bb2.tar.gz
We need to be able to set this with keepalive_timeout
simultaneously.
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index f65adc5..655f36b 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -126,7 +126,7 @@ EOF
                 if test $# -ge 1
                 then
                         echo "  use :$1"
-                        test $# -eq 2 && echo "  worker_connections $2"
+                        test $# -ge 2 && echo "  worker_connections $2"
                         if test $# -eq 3
                         then
                                 echo "  keepalive_timeout $3"