Merge branch 'master' into trunk-tracking
diff --git a/test/nginx_system_test.sh b/test/nginx_system_test.sh
index f8aa5f6..435ae72 100755
--- a/test/nginx_system_test.sh
+++ b/test/nginx_system_test.sh
@@ -92,7 +92,8 @@
     | grep -v "^\\* Connection.*left intact"\
     | grep -v "^} \\[data not shown"\
     | grep -v "^\\* upload completely sent off"\
-    | grep -v "^\\*   Trying.*\\.\\.\\. connected")
+    | grep -v "^\\* connected"\
+    | grep -v "^\\*   Trying.*\\.\\.\\.")
 
   # Nothing should remain after that.
   check [ -z "$OUT" ]