about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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"